diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 175f0433976..f3f02805691 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c @@ -20,6 +20,7 @@  #include <linux/regulator/machine.h>  #include <linux/i2c/twl.h> +#include <linux/mmc/host.h>  #include <asm/mach-types.h>  #include <asm/mach/arch.h> @@ -248,13 +249,13 @@ static struct regulator_init_data igep2_vmmc2 = {  static struct omap2_hsmmc_info mmc[] = {  	{  		.mmc		= 1, -		.wires		= 4, +		.caps		= MMC_CAP_4_BIT_DATA,  		.gpio_cd	= -EINVAL,  		.gpio_wp	= -EINVAL,  	},  	{  		.mmc		= 2, -		.wires		= 4, +		.caps		= MMC_CAP_4_BIT_DATA,  		.gpio_cd	= -EINVAL,  		.gpio_wp	= -EINVAL,  	},  |