diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-bast.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-bast.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 71b955877793..feeaf73933dc 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -66,6 +66,7 @@ | |||
66 | 66 | ||
67 | #include "usb-simtec.h" | 67 | #include "usb-simtec.h" |
68 | #include "nor-simtec.h" | 68 | #include "nor-simtec.h" |
69 | #include "common.h" | ||
69 | 70 | ||
70 | #define COPYRIGHT ", Copyright 2004-2008 Simtec Electronics" | 71 | #define COPYRIGHT ", Copyright 2004-2008 Simtec Electronics" |
71 | 72 | ||
@@ -640,4 +641,5 @@ MACHINE_START(BAST, "Simtec-BAST") | |||
640 | .init_irq = s3c24xx_init_irq, | 641 | .init_irq = s3c24xx_init_irq, |
641 | .init_machine = bast_init, | 642 | .init_machine = bast_init, |
642 | .timer = &s3c24xx_timer, | 643 | .timer = &s3c24xx_timer, |
644 | .restart = s3c2410_restart, | ||
643 | MACHINE_END | 645 | MACHINE_END |