aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s5pc100/mach-smdkc100.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c
index bfe67db34f04..62bf38c06ae7 100644
--- a/arch/arm/mach-s5pc100/mach-smdkc100.c
+++ b/arch/arm/mach-s5pc100/mach-smdkc100.c
@@ -150,6 +150,8 @@ static struct platform_device *smdkc100_devices[] __initdata = {
150 &s3c_device_hsmmc1, 150 &s3c_device_hsmmc1,
151 &s3c_device_hsmmc2, 151 &s3c_device_hsmmc2,
152 &smdkc100_lcd_powerdev, 152 &smdkc100_lcd_powerdev,
153 &s5pc100_device_iis0,
154 &s5pc100_device_ac97,
153}; 155};
154 156
155static void __init smdkc100_map_io(void) 157static void __init smdkc100_map_io(void)