소스 검색

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>
Sekhar Nori 13 년 전
부모
커밋
5d0ef6ae63
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      arch/arm/mach-davinci/time.c

+ 3 - 1
arch/arm/mach-davinci/time.c

@@ -19,11 +19,13 @@
 #include <linux/err.h>
 #include <linux/err.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 
 
-#include <mach/hardware.h>
 #include <asm/mach/irq.h>
 #include <asm/mach/irq.h>
 #include <asm/mach/time.h>
 #include <asm/mach/time.h>
+
 #include <mach/cputype.h>
 #include <mach/cputype.h>
+#include <mach/hardware.h>
 #include <mach/time.h>
 #include <mach/time.h>
+
 #include "clock.h"
 #include "clock.h"
 
 
 static struct clock_event_device clockevent_davinci;
 static struct clock_event_device clockevent_davinci;