diff options
Diffstat (limited to 'include/linux/mmc')
| -rw-r--r-- | include/linux/mmc/sh_mobile_sdhi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/sh_mobile_sdhi.h b/include/linux/mmc/sh_mobile_sdhi.h index 71b805451bd8..082a736a9bfb 100644 --- a/include/linux/mmc/sh_mobile_sdhi.h +++ b/include/linux/mmc/sh_mobile_sdhi.h | |||
| @@ -16,6 +16,7 @@ struct sh_mobile_sdhi_info { | |||
| 16 | unsigned long tmio_flags; | 16 | unsigned long tmio_flags; |
| 17 | unsigned long tmio_caps; | 17 | unsigned long tmio_caps; |
| 18 | u32 tmio_ocr_mask; /* available MMC voltages */ | 18 | u32 tmio_ocr_mask; /* available MMC voltages */ |
| 19 | unsigned int cd_gpio; | ||
| 19 | struct tmio_mmc_data *pdata; | 20 | struct tmio_mmc_data *pdata; |
| 20 | void (*set_pwr)(struct platform_device *pdev, int state); | 21 | void (*set_pwr)(struct platform_device *pdev, int state); |
| 21 | int (*get_cd)(struct platform_device *pdev); | 22 | int (*get_cd)(struct platform_device *pdev); |
