Browse Source

arn: at91: move at91_tc.h to arch/arm/mach-at91

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Jean-Christophe PLAGNIOL-VILLARD 12 years ago
parent
commit
d6ca436e01
2 changed files with 2 additions and 1 deletions
  1. 0 0
      arch/arm/mach-at91/at91_tc.h
  2. 2 1
      arch/arm/mach-at91/at91x40_time.c

+ 0 - 0
arch/arm/mach-at91/include/mach/at91_tc.h → arch/arm/mach-at91/at91_tc.h


+ 2 - 1
arch/arm/mach-at91/at91x40_time.c

@@ -26,7 +26,8 @@
 #include <linux/io.h>
 #include <mach/hardware.h>
 #include <asm/mach/time.h>
-#include <mach/at91_tc.h>
+
+#include "at91_tc.h"
 
 #define at91_tc_read(field) \
 	__raw_readl(AT91_IO_P2V(AT91_TC) + field)