diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 97bd8574d4c9..894a5092a0dd 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/gpio.h> | 21 | #include <linux/gpio.h> |
22 | #include <linux/leds.h> | 22 | #include <linux/leds.h> |
23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
24 | #include <linux/mmc/host.h> | ||
24 | #include <linux/regulator/machine.h> | 25 | #include <linux/regulator/machine.h> |
25 | #include <linux/regulator/fixed.h> | 26 | #include <linux/regulator/fixed.h> |
26 | #include <linux/pwm_backlight.h> | 27 | #include <linux/pwm_backlight.h> |
@@ -697,6 +698,7 @@ static struct s3c_sdhci_platdata crag6410_hsmmc0_pdata = { | |||
697 | .max_width = 4, | 698 | .max_width = 4, |
698 | .cd_type = S3C_SDHCI_CD_INTERNAL, | 699 | .cd_type = S3C_SDHCI_CD_INTERNAL, |
699 | .cfg_gpio = crag6410_cfg_sdhci0, | 700 | .cfg_gpio = crag6410_cfg_sdhci0, |
701 | .host_caps = MMC_CAP_POWER_OFF_CARD, | ||
700 | }; | 702 | }; |
701 | 703 | ||
702 | static const struct gpio_led gpio_leds[] = { | 704 | static const struct gpio_led gpio_leds[] = { |