Bläddra i källkod

[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>
Ben Dooks 16 år sedan
förälder
incheckning
e2cd00cfeb
2 ändrade filer med 1 tillägg och 1 borttagningar
  1. 0 0
      arch/arm/plat-s3c/include/plat/regs-rtc.h
  2. 1 1
      drivers/rtc/rtc-s3c.c

+ 0 - 0
include/asm-arm/plat-s3c/regs-rtc.h → arch/arm/plat-s3c/include/plat/regs-rtc.h


+ 1 - 1
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 */