diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-anw6410.c')
| -rw-r--r-- | arch/arm/mach-s3c64xx/mach-anw6410.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-anw6410.c b/arch/arm/mach-s3c64xx/mach-anw6410.c index 2bbc14d9342..b86f2779e4e 100644 --- a/arch/arm/mach-s3c64xx/mach-anw6410.c +++ b/arch/arm/mach-s3c64xx/mach-anw6410.c | |||
| @@ -46,13 +46,14 @@ | |||
| 46 | #include <plat/fb.h> | 46 | #include <plat/fb.h> |
| 47 | #include <plat/regs-fb-v4.h> | 47 | #include <plat/regs-fb-v4.h> |
| 48 | 48 | ||
| 49 | #include <plat/s3c6410.h> | ||
| 50 | #include <plat/clock.h> | 49 | #include <plat/clock.h> |
| 51 | #include <plat/devs.h> | 50 | #include <plat/devs.h> |
| 52 | #include <plat/cpu.h> | 51 | #include <plat/cpu.h> |
| 53 | #include <mach/regs-gpio.h> | 52 | #include <mach/regs-gpio.h> |
| 54 | #include <mach/regs-modem.h> | 53 | #include <mach/regs-modem.h> |
| 55 | 54 | ||
| 55 | #include "common.h" | ||
| 56 | |||
| 56 | /* DM9000 */ | 57 | /* DM9000 */ |
| 57 | #define ANW6410_PA_DM9000 (0x18000000) | 58 | #define ANW6410_PA_DM9000 (0x18000000) |
| 58 | 59 | ||
| @@ -241,4 +242,5 @@ MACHINE_START(ANW6410, "A&W6410") | |||
| 241 | .map_io = anw6410_map_io, | 242 | .map_io = anw6410_map_io, |
| 242 | .init_machine = anw6410_machine_init, | 243 | .init_machine = anw6410_machine_init, |
| 243 | .timer = &s3c24xx_timer, | 244 | .timer = &s3c24xx_timer, |
| 245 | .restart = s3c64xx_restart, | ||
| 244 | MACHINE_END | 246 | MACHINE_END |
