Commit d9ba4122 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fix compile for hsmmc boards

It can't be static, it gets from board-*.c files as
noted by Paul Walmsley.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 53b7b269
...@@ -343,8 +343,7 @@ void omap_set_mmc_info(int host, const struct omap_mmc_platform_data *info) ...@@ -343,8 +343,7 @@ void omap_set_mmc_info(int host, const struct omap_mmc_platform_data *info)
} }
#else #else
static void omap_set_mmc_info(int host, void omap_set_mmc_info(int host, const struct omap_mmc_platform_data *info) {}
const struct omap_mmc_platform_data *info) {}
static inline void omap_init_mmc(void) {} static inline void omap_init_mmc(void) {}
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment