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)
}
#else
static void omap_set_mmc_info(int host,
const struct omap_mmc_platform_data *info) {}
void omap_set_mmc_info(int host, const struct omap_mmc_platform_data *info) {}
static inline void omap_init_mmc(void) {}
#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