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