diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 7116ce2321c..30768c2f53f 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -25,6 +25,7 @@  #include <linux/regulator/fixed.h>  #include <linux/leds.h>  #include <linux/leds_pwm.h> +#include <linux/platform_data/omap4-keypad.h>  #include <mach/hardware.h>  #include <asm/hardware/gic.h> @@ -523,9 +524,9 @@ static int __init omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers)  {  	struct omap2_hsmmc_info *c; -	omap2_hsmmc_init(controllers); +	omap_hsmmc_init(controllers);  	for (c = controllers; c->mmc; c++) -		omap4_twl6030_hsmmc_set_late_init(c->dev); +		omap4_twl6030_hsmmc_set_late_init(&c->pdev->dev);  	return 0;  }  |