diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom-peripherals.c')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom-peripherals.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-zoom-peripherals.c b/arch/arm/mach-omap2/board-zoom-peripherals.c index 6b3984964cc5..e5eac46bbac9 100644 --- a/arch/arm/mach-omap2/board-zoom-peripherals.c +++ b/arch/arm/mach-omap2/board-zoom-peripherals.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/gpio.h> | 16 | #include <linux/gpio.h> |
17 | #include <linux/i2c/twl.h> | 17 | #include <linux/i2c/twl.h> |
18 | #include <linux/regulator/machine.h> | 18 | #include <linux/regulator/machine.h> |
19 | #include <linux/mmc/host.h> | ||
19 | 20 | ||
20 | #include <asm/mach-types.h> | 21 | #include <asm/mach-types.h> |
21 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
@@ -155,14 +156,14 @@ static struct omap2_hsmmc_info mmc[] __initdata = { | |||
155 | { | 156 | { |
156 | .name = "external", | 157 | .name = "external", |
157 | .mmc = 1, | 158 | .mmc = 1, |
158 | .wires = 4, | 159 | .caps = MMC_CAP_4_BIT_DATA, |
159 | .gpio_wp = -EINVAL, | 160 | .gpio_wp = -EINVAL, |
160 | .power_saving = true, | 161 | .power_saving = true, |
161 | }, | 162 | }, |
162 | { | 163 | { |
163 | .name = "internal", | 164 | .name = "internal", |
164 | .mmc = 2, | 165 | .mmc = 2, |
165 | .wires = 8, | 166 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA, |
166 | .gpio_cd = -EINVAL, | 167 | .gpio_cd = -EINVAL, |
167 | .gpio_wp = -EINVAL, | 168 | .gpio_wp = -EINVAL, |
168 | .nonremovable = true, | 169 | .nonremovable = true, |