diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index 0af36177ff08..465008293a25 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c | |||
@@ -384,6 +384,10 @@ void __init pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info) | |||
384 | static struct platform_device *devices[] __initdata = { | 384 | static struct platform_device *devices[] __initdata = { |
385 | &pxa27x_device_udc, | 385 | &pxa27x_device_udc, |
386 | &pxa_device_i2s, | 386 | &pxa_device_i2s, |
387 | &pxa_device_asoc_ssp1, | ||
388 | &pxa_device_asoc_ssp2, | ||
389 | &pxa_device_asoc_ssp3, | ||
390 | &pxa_device_asoc_platform, | ||
387 | &sa1100_device_rtc, | 391 | &sa1100_device_rtc, |
388 | &pxa_device_rtc, | 392 | &pxa_device_rtc, |
389 | &pxa27x_device_ssp1, | 393 | &pxa27x_device_ssp1, |