From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 30 Oct 2012 00:03:39 +0000 (+0800) Subject: arm: at91: move at91rm9200 rtc header in drivers/rtc X-Git-Tag: v3.8-rc1~145^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75984df05d86956541795f01e62d7dc67bc522fd;p=thirdparty%2Fkernel%2Flinux.git arm: at91: move at91rm9200 rtc header in drivers/rtc Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre --- diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c index fca9790c7de75..b6469e2cae897 100644 --- a/drivers/rtc/rtc-at91rm9200.c +++ b/drivers/rtc/rtc-at91rm9200.c @@ -31,7 +31,7 @@ #include -#include +#include "rtc-at91rm9200.h" #define at91_rtc_read(field) \ __raw_readl(at91_rtc_regs + field) diff --git a/arch/arm/mach-at91/include/mach/at91_rtc.h b/drivers/rtc/rtc-at91rm9200.h similarity index 100% rename from arch/arm/mach-at91/include/mach/at91_rtc.h rename to drivers/rtc/rtc-at91rm9200.h