arm: at91: move at91rm9200 rtc header in drivers/rtc
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 30 Oct 2012 00:03:39 +0000 (08:03 +0800)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 6 Nov 2012 12:30:52 +0000 (20:30 +0800)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
drivers/rtc/rtc-at91rm9200.c
drivers/rtc/rtc-at91rm9200.h [moved from arch/arm/mach-at91/include/mach/at91_rtc.h with 100% similarity]

index fca9790..b6469e2 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <asm/uaccess.h>
 
-#include <mach/at91_rtc.h>
+#include "rtc-at91rm9200.h"
 
 #define at91_rtc_read(field) \
        __raw_readl(at91_rtc_regs + field)