diff options
Diffstat (limited to 'arch/arm/mach-omap2/hsmmc.h')
-rw-r--r-- | arch/arm/mach-omap2/hsmmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/hsmmc.h b/arch/arm/mach-omap2/hsmmc.h index 36f0ba8d89e2..6536c31eaba3 100644 --- a/arch/arm/mach-omap2/hsmmc.h +++ b/arch/arm/mach-omap2/hsmmc.h | |||
@@ -21,7 +21,7 @@ struct omap2_hsmmc_info { | |||
21 | char *name; /* or NULL for default */ | 21 | char *name; /* or NULL for default */ |
22 | struct device *dev; /* returned: pointer to mmc adapter */ | 22 | struct device *dev; /* returned: pointer to mmc adapter */ |
23 | int ocr_mask; /* temporary HACK */ | 23 | int ocr_mask; /* temporary HACK */ |
24 | /* Remux (pad configuation) when powering on/off */ | 24 | /* Remux (pad configuration) when powering on/off */ |
25 | void (*remux)(struct device *dev, int slot, int power_on); | 25 | void (*remux)(struct device *dev, int slot, int power_on); |
26 | }; | 26 | }; |
27 | 27 | ||