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 c4409730c4bb..0017ae24995e 100644 --- a/arch/arm/mach-omap2/hsmmc.h +++ b/arch/arm/mach-omap2/hsmmc.h | |||
@@ -26,6 +26,8 @@ struct omap2_hsmmc_info { | |||
26 | char *name; /* or NULL for default */ | 26 | char *name; /* or NULL for default */ |
27 | struct device *dev; /* returned: pointer to mmc adapter */ | 27 | struct device *dev; /* returned: pointer to mmc adapter */ |
28 | int ocr_mask; /* temporary HACK */ | 28 | int ocr_mask; /* temporary HACK */ |
29 | int max_freq; /* maximum clock, if constrained by external | ||
30 | * circuitry, or 0 for default */ | ||
29 | /* Remux (pad configuration) when powering on/off */ | 31 | /* Remux (pad configuration) when powering on/off */ |
30 | void (*remux)(struct device *dev, int slot, int power_on); | 32 | void (*remux)(struct device *dev, int slot, int power_on); |
31 | /* init some special card */ | 33 | /* init some special card */ |