diff options
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.h')
-rw-r--r-- | arch/arm/mach-omap2/hsmmc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.h b/arch/arm/mach-omap2/hsmmc.h index e946b5f79be1..f641f592ffad 100644 --- a/arch/arm/mach-omap2/hsmmc.h +++ b/arch/arm/mach-omap2/hsmmc.h | |||
@@ -19,6 +19,8 @@ struct omap2_hsmmc_info { | |||
19 | char *name; /* or NULL for default */ | 19 | char *name; /* or NULL for default */ |
20 | struct device *dev; /* returned: pointer to mmc adapter */ | 20 | struct device *dev; /* returned: pointer to mmc adapter */ |
21 | int ocr_mask; /* temporary HACK */ | 21 | int ocr_mask; /* temporary HACK */ |
22 | /* Remux (pad configuation) when powering on/off */ | ||
23 | void (*remux)(struct device *dev, int slot, int power_on); | ||
22 | }; | 24 | }; |
23 | 25 | ||
24 | #if defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE) | 26 | #if defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE) |