diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/s3c2410.c')
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2410.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2410.c b/arch/arm/mach-s3c2410/s3c2410.c index 4cdc0d70c19f..1a86a9803753 100644 --- a/arch/arm/mach-s3c2410/s3c2410.c +++ b/arch/arm/mach-s3c2410/s3c2410.c | |||
@@ -31,10 +31,10 @@ | |||
31 | #include <asm/arch/regs-clock.h> | 31 | #include <asm/arch/regs-clock.h> |
32 | #include <asm/arch/regs-serial.h> | 32 | #include <asm/arch/regs-serial.h> |
33 | 33 | ||
34 | #include "s3c2410.h" | 34 | #include <asm/plat-s3c24xx/s3c2410.h> |
35 | #include "cpu.h" | 35 | #include <asm/plat-s3c24xx/cpu.h> |
36 | #include "devs.h" | 36 | #include <asm/plat-s3c24xx/devs.h> |
37 | #include "clock.h" | 37 | #include <asm/plat-s3c24xx/clock.h> |
38 | 38 | ||
39 | /* Initial IO mappings */ | 39 | /* Initial IO mappings */ |
40 | 40 | ||
@@ -110,7 +110,7 @@ static struct sys_device s3c2410_sysdev = { | |||
110 | 110 | ||
111 | /* need to register class before we actually register the device, and | 111 | /* need to register class before we actually register the device, and |
112 | * we also need to ensure that it has been initialised before any of the | 112 | * we also need to ensure that it has been initialised before any of the |
113 | * drivers even try to use it (even if not on an s3c2440 based system) | 113 | * drivers even try to use it (even if not on an s3c2410 based system) |
114 | * as a driver which may support both 2410 and 2440 may try and use it. | 114 | * as a driver which may support both 2410 and 2440 may try and use it. |
115 | */ | 115 | */ |
116 | 116 | ||