diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-07 00:11:21 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-11-07 00:11:21 +0100 |
commit | 55b85967f4e988d43a11bf0e432f15892e615db0 (patch) | |
tree | 101c2ddb5df41d0b813e3985a8be5c25facc45bf /arch/arm/mach-exynos/mach-universal_c210.c | |
parent | Linux 3.7-rc4 (diff) | |
parent | ARM: EXYNOS: Remove unused static uart resource information (diff) | |
download | linux-55b85967f4e988d43a11bf0e432f15892e615db0.tar.xz linux-55b85967f4e988d43a11bf0e432f15892e615db0.zip |
Merge branch 'next/cleanup-samsung' into next/cleanup-samsung-2
Diffstat (limited to 'arch/arm/mach-exynos/mach-universal_c210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index ebc9dd339a38..a64c9c2ea9a2 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c @@ -754,7 +754,6 @@ static struct s3c_sdhci_platdata universal_hsmmc0_data __initdata = { .max_width = 8, .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA | MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED), - .host_caps2 = MMC_CAP2_BROKEN_VOLTAGE, .cd_type = S3C_SDHCI_CD_PERMANENT, }; |