ARM: davinci: time.c: group related header files together
authorSekhar Nori <nsekhar@ti.com>
Fri, 23 Dec 2011 17:57:19 +0000 (17:57 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Fri, 3 Feb 2012 11:34:24 +0000 (11:34 +0000)
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>
arch/arm/mach-davinci/time.c

index e1969ce904dc5b4de9ff8f0d44442175c7c2497f..f2afb2de549455d820870502046242070c68177a 100644 (file)
 #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;
This page took 0.024605 seconds and 5 git commands to generate.