diff options
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkv210.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index a27883253204..3c29e18528a5 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c | |||
@@ -72,6 +72,8 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = { | |||
72 | }; | 72 | }; |
73 | 73 | ||
74 | static struct platform_device *smdkv210_devices[] __initdata = { | 74 | static struct platform_device *smdkv210_devices[] __initdata = { |
75 | &s5pv210_device_iis0, | ||
76 | &s5pv210_device_ac97, | ||
75 | }; | 77 | }; |
76 | 78 | ||
77 | static void __init smdkv210_map_io(void) | 79 | static void __init smdkv210_map_io(void) |