summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/dev-hsmmc.c
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2010-08-06 14:49:18 +0200
committerKukjin Kim <kgene.kim@samsung.com>2010-08-06 14:49:18 +0200
commitd61bd77ff1e7c7a0a381c6e656dbc07b37510f37 (patch)
tree838f7b1c4d931814fbbc30643bb423f409e6daba /arch/arm/plat-samsung/dev-hsmmc.c
parentMerge branch 'next-s5p' into for-next (diff)
parentARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCs (diff)
downloadlinux-d61bd77ff1e7c7a0a381c6e656dbc07b37510f37.tar.xz
linux-d61bd77ff1e7c7a0a381c6e656dbc07b37510f37.zip
Merge branch 'next-samsung' into for-next
Conflicts: arch/arm/mach-s5p6440/Kconfig arch/arm/mach-s5p6442/Kconfig arch/arm/mach-s5pc100/Kconfig arch/arm/mach-s5pv210/Kconfig arch/arm/mach-s5pv210/cpu.c arch/arm/plat-samsung/include/plat/sdhci.h
Diffstat (limited to 'arch/arm/plat-samsung/dev-hsmmc.c')
-rw-r--r--arch/arm/plat-samsung/dev-hsmmc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/dev-hsmmc.c b/arch/arm/plat-samsung/dev-hsmmc.c
index 4c05b39810e2..b0f93f11e281 100644
--- a/arch/arm/plat-samsung/dev-hsmmc.c
+++ b/arch/arm/plat-samsung/dev-hsmmc.c
@@ -60,6 +60,11 @@ void s3c_sdhci0_set_platdata(struct s3c_sdhci_platdata *pd)
struct s3c_sdhci_platdata *set = &s3c_hsmmc0_def_platdata;
set->max_width = pd->max_width;
+ set->cd_type = pd->cd_type;
+ set->ext_cd_init = pd->ext_cd_init;
+ set->ext_cd_cleanup = pd->ext_cd_cleanup;
+ set->ext_cd_gpio = pd->ext_cd_gpio;
+ set->ext_cd_gpio_invert = pd->ext_cd_gpio_invert;
if (pd->cfg_gpio)
set->cfg_gpio = pd->cfg_gpio;