diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index 644550bfa330..7fbe78649dad 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c | |||
@@ -520,7 +520,7 @@ void __init pxa3xx_init_irq(void) | |||
520 | */ | 520 | */ |
521 | 521 | ||
522 | static struct platform_device *devices[] __initdata = { | 522 | static struct platform_device *devices[] __initdata = { |
523 | &pxa_device_udc, | 523 | /* &pxa_device_udc, The UDC driver is PXA25x only */ |
524 | &pxa_device_ffuart, | 524 | &pxa_device_ffuart, |
525 | &pxa_device_btuart, | 525 | &pxa_device_btuart, |
526 | &pxa_device_stuart, | 526 | &pxa_device_stuart, |