projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf81c1
)
ARM: davinci: time.c: group related header files together
author
Sekhar Nori
<nsekhar@ti.com>
Fri, 23 Dec 2011 17:57:19 +0000
(17:57 +0000)
committer
Marc 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-davinci/time.c
b/arch/arm/mach-davinci/time.c
index e1969ce904dc5b4de9ff8f0d44442175c7c2497f..f2afb2de549455d820870502046242070c68177a 100644
(file)
--- 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;