|
@@ -49,7 +49,7 @@
|
|
|
|
|
|
#include <mach/regs-gpio.h>
|
|
#include <mach/regs-gpio.h>
|
|
#include <mach/leds-gpio.h>
|
|
#include <mach/leds-gpio.h>
|
|
-#include <asm/plat-s3c/regs-serial.h>
|
|
|
|
|
|
+#include <plat/regs-serial.h>
|
|
#include <mach/fb.h>
|
|
#include <mach/fb.h>
|
|
#include <asm/plat-s3c/nand.h>
|
|
#include <asm/plat-s3c/nand.h>
|
|
#include <asm/plat-s3c24xx/udc.h>
|
|
#include <asm/plat-s3c24xx/udc.h>
|
|
@@ -57,9 +57,9 @@
|
|
#include <mach/spi-gpio.h>
|
|
#include <mach/spi-gpio.h>
|
|
|
|
|
|
#include <asm/plat-s3c24xx/common-smdk.h>
|
|
#include <asm/plat-s3c24xx/common-smdk.h>
|
|
-#include <asm/plat-s3c24xx/devs.h>
|
|
|
|
-#include <asm/plat-s3c24xx/cpu.h>
|
|
|
|
-#include <asm/plat-s3c24xx/pm.h>
|
|
|
|
|
|
+#include <plat/devs.h>
|
|
|
|
+#include <plat/cpu.h>
|
|
|
|
+#include <plat/pm.h>
|
|
|
|
|
|
static struct map_desc qt2410_iodesc[] __initdata = {
|
|
static struct map_desc qt2410_iodesc[] __initdata = {
|
|
{ 0xe0000000, __phys_to_pfn(S3C2410_CS3+0x01000000), SZ_1M, MT_DEVICE }
|
|
{ 0xe0000000, __phys_to_pfn(S3C2410_CS3+0x01000000), SZ_1M, MT_DEVICE }
|