arn: at91: move at91_tc.h to arch/arm/mach-at91
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 29 Oct 2012 22:45:13 +0000 (06:45 +0800)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 6 Nov 2012 12:29:44 +0000 (20:29 +0800)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/at91_tc.h [moved from arch/arm/mach-at91/include/mach/at91_tc.h with 100% similarity]
arch/arm/mach-at91/at91x40_time.c

index ee06d7b..0e57e44 100644 (file)
@@ -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)