diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx31moboard.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-mx31moboard.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c index 016791f038b..63e84e67b99 100644 --- a/arch/arm/mach-imx/mach-mx31moboard.c +++ b/arch/arm/mach-imx/mach-mx31moboard.c @@ -544,7 +544,7 @@ static void __init mx31moboard_init(void)  	platform_add_devices(devices, ARRAY_SIZE(devices));  	gpio_led_register_device(-1, &mx31moboard_led_pdata); -	imx31_add_imx2_wdt(NULL); +	imx31_add_imx2_wdt();  	imx31_add_imx_uart0(&uart0_pdata);  	imx31_add_imx_uart4(&uart4_pdata);  |