From d9ba412255d011d4329e8acd624a5337918c76fb Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Thu, 24 Jan 2008 16:37:46 -0800 Subject: [PATCH] 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: Tony Lindgren --- arch/arm/plat-omap/devices.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/devices.c index 1f703ef7e1e..a16f39ac3e6 100644 --- a/arch/arm/plat-omap/devices.c +++ b/arch/arm/plat-omap/devices.c @@ -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 -- 2.41.3