diff options
author | Sekhar Nori <nsekhar@ti.com> | 2011-12-23 12:57:19 -0500 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2012-02-03 06:34:24 -0500 |
commit | 5d0ef6ae63092d9814bb5c35a9bf6fc1caf6ccfe (patch) | |
tree | fe43ec7c1fa09c1bc290542118a5eb2953197c4d /arch/arm | |
parent | dcf81c1af839b77b44404453ecae6e5ac5a75f05 (diff) |
ARM: davinci: time.c: group related header files together
Rearrange header files to keep related header files
together.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/time.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/time.c b/arch/arm/mach-davinci/time.c index e1969ce904dc..f2afb2de5494 100644 --- a/arch/arm/mach-davinci/time.c +++ b/arch/arm/mach-davinci/time.c | |||
@@ -19,11 +19,13 @@ | |||
19 | #include <linux/err.h> | 19 | #include <linux/err.h> |
20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
21 | 21 | ||
22 | #include <mach/hardware.h> | ||
23 | #include <asm/mach/irq.h> | 22 | #include <asm/mach/irq.h> |
24 | #include <asm/mach/time.h> | 23 | #include <asm/mach/time.h> |
24 | |||
25 | #include <mach/cputype.h> | 25 | #include <mach/cputype.h> |
26 | #include <mach/hardware.h> | ||
26 | #include <mach/time.h> | 27 | #include <mach/time.h> |
28 | |||
27 | #include "clock.h" | 29 | #include "clock.h" |
28 | 30 | ||
29 | static struct clock_event_device clockevent_davinci; | 31 | static struct clock_event_device clockevent_davinci; |