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 281e97287adf..f119348827d4 100644 --- a/arch/arm/mach-omap2/hsmmc.h +++ b/arch/arm/mach-omap2/hsmmc.h | |||
@@ -24,7 +24,7 @@ struct omap2_hsmmc_info { | |||
24 | char *name; /* or NULL for default */ | 24 | char *name; /* or NULL for default */ |
25 | struct device *dev; /* returned: pointer to mmc adapter */ | 25 | struct device *dev; /* returned: pointer to mmc adapter */ |
26 | int ocr_mask; /* temporary HACK */ | 26 | int ocr_mask; /* temporary HACK */ |
27 | /* Remux (pad configuation) when powering on/off */ | 27 | /* Remux (pad configuration) when powering on/off */ |
28 | void (*remux)(struct device *dev, int slot, int power_on); | 28 | void (*remux)(struct device *dev, int slot, int power_on); |
29 | /* init some special card */ | 29 | /* init some special card */ |
30 | void (*init_card)(struct mmc_card *card); | 30 | void (*init_card)(struct mmc_card *card); |