|
@@ -172,8 +172,7 @@ struct omap_mmc_platform_data {
|
|
|
extern void omap_mmc_notify_cover_event(struct device *dev, int slot,
|
|
|
int is_closed);
|
|
|
|
|
|
-#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) || \
|
|
|
- defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE)
|
|
|
+#if defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE)
|
|
|
void omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,
|
|
|
int nr_controllers);
|
|
|
void omap242x_init_mmc(struct omap_mmc_platform_data **mmc_data);
|
|
@@ -185,7 +184,6 @@ static inline void omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,
|
|
|
static inline void omap242x_init_mmc(struct omap_mmc_platform_data **mmc_data)
|
|
|
{
|
|
|
}
|
|
|
-
|
|
|
#endif
|
|
|
|
|
|
extern int omap_msdi_reset(struct omap_hwmod *oh);
|