diff options
Diffstat (limited to 'arch/arm/mach-pxa/idp.c')
-rw-r--r-- | arch/arm/mach-pxa/idp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/idp.c b/arch/arm/mach-pxa/idp.c index b6486ef20b17..5c9e11d74f49 100644 --- a/arch/arm/mach-pxa/idp.c +++ b/arch/arm/mach-pxa/idp.c | |||
@@ -179,6 +179,9 @@ static void __init idp_init(void) | |||
179 | printk("idp_init()\n"); | 179 | printk("idp_init()\n"); |
180 | 180 | ||
181 | pxa2xx_mfp_config(ARRAY_AND_SIZE(idp_pin_config)); | 181 | pxa2xx_mfp_config(ARRAY_AND_SIZE(idp_pin_config)); |
182 | pxa_set_ffuart_info(NULL); | ||
183 | pxa_set_btuart_info(NULL); | ||
184 | pxa_set_stuart_info(NULL); | ||
182 | 185 | ||
183 | platform_device_register(&smc91x_device); | 186 | platform_device_register(&smc91x_device); |
184 | //platform_device_register(&mst_audio_device); | 187 | //platform_device_register(&mst_audio_device); |