diff options
Diffstat (limited to 'arch/arm/mach-pxa/gumstix.c')
| -rw-r--r-- | arch/arm/mach-pxa/gumstix.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/gumstix.c b/arch/arm/mach-pxa/gumstix.c index 1708c010984..96c34512913 100644 --- a/arch/arm/mach-pxa/gumstix.c +++ b/arch/arm/mach-pxa/gumstix.c @@ -211,6 +211,11 @@ static void __init gumstix_init(void)  {  	pxa2xx_mfp_config(ARRAY_AND_SIZE(gumstix_pin_config)); +	pxa_set_ffuart_info(NULL); +	pxa_set_btuart_info(NULL); +	pxa_set_stuart_info(NULL); +	pxa_set_hwuart_info(NULL); +  	gumstix_bluetooth_init();  	gumstix_udc_init();  	gumstix_mmc_init();  |