diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2013-02-15 16:13:57 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-02-24 14:37:22 -0500 |
commit | 76a411f9f9423cbc9f62e70173459c5af54323f4 (patch) | |
tree | fb656adeb4d3ab4a1c67f6a6d84e8cf13a5dc88a /include/linux/mmc | |
parent | 5a00a971a2b12edf52825fb196b146b5fb6335a3 (diff) | |
download | op-kernel-dev-76a411f9f9423cbc9f62e70173459c5af54323f4.zip op-kernel-dev-76a411f9f9423cbc9f62e70173459c5af54323f4.tar.gz |
mmc: sh_mobile_sdhi: remove unused .pdata field
The struct sh_mobile_sdhi_info::pdata field was only used for platform-
based card detection and isn't used anymore since the migration to GPIO-
based MMC slot functions. Remove it.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/sh_mobile_sdhi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mmc/sh_mobile_sdhi.h b/include/linux/mmc/sh_mobile_sdhi.h index b65679f..b76bcf0 100644 --- a/include/linux/mmc/sh_mobile_sdhi.h +++ b/include/linux/mmc/sh_mobile_sdhi.h @@ -4,7 +4,6 @@ #include <linux/types.h> struct platform_device; -struct tmio_mmc_data; #define SH_MOBILE_SDHI_IRQ_CARD_DETECT "card_detect" #define SH_MOBILE_SDHI_IRQ_SDCARD "sdcard" @@ -26,7 +25,6 @@ struct sh_mobile_sdhi_info { unsigned long tmio_caps2; u32 tmio_ocr_mask; /* available MMC voltages */ unsigned int cd_gpio; - struct tmio_mmc_data *pdata; void (*set_pwr)(struct platform_device *pdev, int state); int (*get_cd)(struct platform_device *pdev); |