Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d0ef6ae authored by Sekhar Nori's avatar Sekhar Nori Committed by Marc Zyngier
Browse files

ARM: davinci: time.c: group related header files together



Rearrange header files to keep related header files
together.

Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent dcf81c1a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,11 +19,13 @@
#include <linux/err.h>
#include <linux/platform_device.h>

#include <mach/hardware.h>
#include <asm/mach/irq.h>
#include <asm/mach/time.h>

#include <mach/cputype.h>
#include <mach/hardware.h>
#include <mach/time.h>

#include "clock.h"

static struct clock_event_device clockevent_davinci;