diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index 7e945836e129..cdaf573e0f17 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c | |||
@@ -353,7 +353,7 @@ void __init pxa_set_i2c_power_info(struct i2c_pxa_platform_data *info) | |||
353 | } | 353 | } |
354 | 354 | ||
355 | static struct platform_device *devices[] __initdata = { | 355 | static struct platform_device *devices[] __initdata = { |
356 | &pxa_device_udc, | 356 | /* &pxa_device_udc, The UDC driver is PXA25x only */ |
357 | &pxa_device_ffuart, | 357 | &pxa_device_ffuart, |
358 | &pxa_device_btuart, | 358 | &pxa_device_btuart, |
359 | &pxa_device_stuart, | 359 | &pxa_device_stuart, |