]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-s3c24xx/s3c2443.c
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm...
[~andy/linux] / arch / arm / mach-s3c24xx / s3c2443.c
similarity index 97%
rename from arch/arm/mach-s3c2443/s3c2443.c
rename to arch/arm/mach-s3c24xx/s3c2443.c
index 9318847bdc3f273e996a5421b19e3ebdb9971043..ab648ad8fa508651624054ca2d9693f9d34fb1e5 100644 (file)
@@ -42,6 +42,7 @@
 #include <plat/fb-core.h>
 #include <plat/nand-core.h>
 #include <plat/adc-core.h>
+#include <plat/rtc-core.h>
 
 static struct map_desc s3c2443_iodesc[] __initdata = {
        IODESC_ENT(WATCHDOG),
@@ -74,6 +75,7 @@ int __init s3c2443_init(void)
        s3c_fb_setname("s3c2443-fb");
 
        s3c_adc_setname("s3c2443-adc");
+       s3c_rtc_setname("s3c2443-rtc");
 
        /* change WDT IRQ number */
        s3c_device_wdt.resource[1].start = IRQ_S3C2443_WDT;