linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: davinci: time.c: group related header files together
@ 2011-12-23 17:57 Sekhar Nori
  2011-12-23 17:57 ` [PATCH 2/2] ARM: davinci: convert sched_clock() to use common infrastructure Sekhar Nori
  0 siblings, 1 reply; 5+ messages in thread
From: Sekhar Nori @ 2011-12-23 17:57 UTC (permalink / raw)
  To: linux-arm-kernel

Rearrange header files to keep related header files
together.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 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 e1969ce..f2afb2d 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;
-- 
1.6.2.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-06  6:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 17:57 [PATCH 1/2] ARM: davinci: time.c: group related header files together Sekhar Nori
2011-12-23 17:57 ` [PATCH 2/2] ARM: davinci: convert sched_clock() to use common infrastructure Sekhar Nori
2012-01-03  9:07   ` Russell King - ARM Linux
2012-01-06  6:53     ` Nori, Sekhar
2012-01-03  9:26   ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).