diff options
author | Sekhar Nori <nsekhar@ti.com> | 2011-12-23 17:57:19 +0000 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2012-02-03 11:34:24 +0000 |
commit | 5d0ef6ae63092d9814bb5c35a9bf6fc1caf6ccfe (patch) | |
tree | fe43ec7c1fa09c1bc290542118a5eb2953197c4d /arch/arm/mach-davinci/time.c | |
parent | dcf81c1af839b77b44404453ecae6e5ac5a75f05 (diff) | |
download | blackbird-obmc-linux-5d0ef6ae63092d9814bb5c35a9bf6fc1caf6ccfe.tar.gz blackbird-obmc-linux-5d0ef6ae63092d9814bb5c35a9bf6fc1caf6ccfe.zip |
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/mach-davinci/time.c')
-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 @@ #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; |