diff options
| -rw-r--r-- | arch/arm/mach-s5pv310/mach-smdkc210.c | 3 | ||||
| -rw-r--r-- | arch/arm/mach-s5pv310/mach-smdkv310.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv310/mach-smdkc210.c b/arch/arm/mach-s5pv310/mach-smdkc210.c index 2d49273c0a2..d9cab02e23c 100644 --- a/arch/arm/mach-s5pv310/mach-smdkc210.c +++ b/arch/arm/mach-s5pv310/mach-smdkc210.c | |||
| @@ -163,8 +163,9 @@ static struct platform_device *smdkc210_devices[] __initdata = { | |||
| 163 | &s5pv310_device_pd[PD_CAM], | 163 | &s5pv310_device_pd[PD_CAM], |
| 164 | &s5pv310_device_pd[PD_TV], | 164 | &s5pv310_device_pd[PD_TV], |
| 165 | &s5pv310_device_pd[PD_GPS], | 165 | &s5pv310_device_pd[PD_GPS], |
| 166 | &smdkc210_smsc911x, | ||
| 167 | &s5pv310_device_sysmmu, | 166 | &s5pv310_device_sysmmu, |
| 167 | &samsung_asoc_dma, | ||
| 168 | &smdkc210_smsc911x, | ||
| 168 | }; | 169 | }; |
| 169 | 170 | ||
| 170 | static void __init smdkc210_smsc911x_init(void) | 171 | static void __init smdkc210_smsc911x_init(void) |
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c b/arch/arm/mach-s5pv310/mach-smdkv310.c index 28680cf9a72..b1cddbf3c61 100644 --- a/arch/arm/mach-s5pv310/mach-smdkv310.c +++ b/arch/arm/mach-s5pv310/mach-smdkv310.c | |||
| @@ -163,8 +163,9 @@ static struct platform_device *smdkv310_devices[] __initdata = { | |||
| 163 | &s5pv310_device_pd[PD_CAM], | 163 | &s5pv310_device_pd[PD_CAM], |
| 164 | &s5pv310_device_pd[PD_TV], | 164 | &s5pv310_device_pd[PD_TV], |
| 165 | &s5pv310_device_pd[PD_GPS], | 165 | &s5pv310_device_pd[PD_GPS], |
| 166 | &smdkv310_smsc911x, | ||
| 167 | &s5pv310_device_sysmmu, | 166 | &s5pv310_device_sysmmu, |
| 167 | &samsung_asoc_dma, | ||
| 168 | &smdkv310_smsc911x, | ||
| 168 | }; | 169 | }; |
| 169 | 170 | ||
| 170 | static void __init smdkv310_smsc911x_init(void) | 171 | static void __init smdkv310_smsc911x_init(void) |
