aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-30 10:14:34 +0000
committerBen Dooks <ben-linux@fluff.org>2008-10-30 10:17:12 +0000
commite2cd00cfebd9a25e0e09712b0116ef18edc2cd98 (patch)
tree6e1584e2f671320bc224cce1a07d2b9cb61778be
parent[ARM] S3C: Move i2c headers to arch/arm/plat-s3c/include/plat. (diff)
downloadlinux-dev-e2cd00cfebd9a25e0e09712b0116ef18edc2cd98.tar.xz
linux-dev-e2cd00cfebd9a25e0e09712b0116ef18edc2cd98.zip
[ARM] S3C: Move regs-rtc.h to arch/arm/plat-s3c/include/plat
Move regs-rtc.h to arch/arm/plat-s3c/include/plat ready to clean out old include directories. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r--arch/arm/plat-s3c/include/plat/regs-rtc.h (renamed from include/asm-arm/plat-s3c/regs-rtc.h)0
-rw-r--r--drivers/rtc/rtc-s3c.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/plat-s3c/regs-rtc.h b/arch/arm/plat-s3c/include/plat/regs-rtc.h
index d5837cf8e402..d5837cf8e402 100644
--- a/include/asm-arm/plat-s3c/regs-rtc.h
+++ b/arch/arm/plat-s3c/include/plat/regs-rtc.h
diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c
index 910bc704939c..0273ebc4cf36 100644
--- a/drivers/rtc/rtc-s3c.c
+++ b/drivers/rtc/rtc-s3c.c
@@ -26,7 +26,7 @@
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/irq.h>
-#include <asm/plat-s3c/regs-rtc.h>
+#include <plat/regs-rtc.h>
/* I have yet to find an S3C implementation with more than one
* of these rtc blocks in */