diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index f544e58e1536..f7a3b158ca97 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c | |||
@@ -597,6 +597,11 @@ void __init pxa3xx_set_i2c_power_info(struct i2c_pxa_platform_data *info) | |||
597 | static struct platform_device *devices[] __initdata = { | 597 | static struct platform_device *devices[] __initdata = { |
598 | &pxa27x_device_udc, | 598 | &pxa27x_device_udc, |
599 | &pxa_device_i2s, | 599 | &pxa_device_i2s, |
600 | &pxa_device_asoc_ssp1, | ||
601 | &pxa_device_asoc_ssp2, | ||
602 | &pxa_device_asoc_ssp3, | ||
603 | &pxa_device_asoc_ssp4, | ||
604 | &pxa_device_asoc_platform, | ||
600 | &sa1100_device_rtc, | 605 | &sa1100_device_rtc, |
601 | &pxa_device_rtc, | 606 | &pxa_device_rtc, |
602 | &pxa27x_device_ssp1, | 607 | &pxa27x_device_ssp1, |