From patchwork Wed Nov 7 11:22:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/10] arm: at91: move at91rm9200 rtc header in drivers/rtc Date: Wed, 07 Nov 2012 01:22:54 -0000 From: Jean-Christophe PLAGNIOL-VILLARD X-Patchwork-Id: 197649 Message-Id: <1352287374-25176-10-git-send-email-plagnioj@jcrosoft.com> To: linux-arm-kernel@lists.infradead.org Cc: Jean-Christophe PLAGNIOL-VILLARD , Nicolas Ferre , rtc-linux@googlegroups.com Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: rtc-linux@googlegroups.com --- drivers/rtc/rtc-at91rm9200.c | 2 +- .../include/mach/at91_rtc.h => drivers/rtc/rtc-at91rm9200.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/arm/mach-at91/include/mach/at91_rtc.h => drivers/rtc/rtc-at91rm9200.h (100%) 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 diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c index fca9790..b6469e2 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)