From 1800591a64ebd476988b0c00f370a7d8af582152 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 30 Oct 2012 08:03:39 +0800 Subject: [PATCH] --- yaml --- r: 339719 b: refs/heads/master c: 75984df05d86956541795f01e62d7dc67bc522fd h: refs/heads/master i: 339717: 912a7b3b69993da133b947f2cba2260d073cb32b 339715: 55de50845f2c22200f087796e2ccb3e9c387fda9 339711: 13ac476e4f72f1780b8b099f275b7bd3aab60fc8 v: v3 --- [refs] | 2 +- trunk/drivers/rtc/rtc-at91rm9200.c | 2 +- .../include/mach/at91_rtc.h => drivers/rtc/rtc-at91rm9200.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/{arch/arm/mach-at91/include/mach/at91_rtc.h => drivers/rtc/rtc-at91rm9200.h} (100%) diff --git a/[refs] b/[refs] index f6627ea26a69..ff941df1f2ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0995d089e46b3ee03acc13d2a3380d90c573381 +refs/heads/master: 75984df05d86956541795f01e62d7dc67bc522fd diff --git a/trunk/drivers/rtc/rtc-at91rm9200.c b/trunk/drivers/rtc/rtc-at91rm9200.c index fca9790c7de7..b6469e2cae89 100644 --- a/trunk/drivers/rtc/rtc-at91rm9200.c +++ b/trunk/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/trunk/arch/arm/mach-at91/include/mach/at91_rtc.h b/trunk/drivers/rtc/rtc-at91rm9200.h similarity index 100% rename from trunk/arch/arm/mach-at91/include/mach/at91_rtc.h rename to trunk/drivers/rtc/rtc-at91rm9200.h