diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-vpr200.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-vpr200.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-vpr200.c b/arch/arm/mach-imx/mach-vpr200.c index add8c69c6c1..b26209d4bce 100644 --- a/arch/arm/mach-imx/mach-vpr200.c +++ b/arch/arm/mach-imx/mach-vpr200.c @@ -272,7 +272,7 @@ static void __init vpr200_board_init(void)  	mxc_iomux_v3_setup_multiple_pads(vpr200_pads, ARRAY_SIZE(vpr200_pads));  	imx35_add_fec(NULL); -	imx35_add_imx2_wdt(NULL); +	imx35_add_imx2_wdt();  	imx_add_gpio_keys(&vpr200_gpio_keys_data);  	platform_add_devices(devices, ARRAY_SIZE(devices));  |