]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Fix compile for hsmmc boards
authorTony Lindgren <tony@atomide.com>
Fri, 25 Jan 2008 00:37:46 +0000 (16:37 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 25 Jan 2008 00:37:46 +0000 (16:37 -0800)
It can't be static, it gets from board-*.c files as
noted by Paul Walmsley.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/devices.c

index 1f703ef7e1e624af31f9956850dd2f6cc664d68f..a16f39ac3e61ae647cbed4d01a52d9270442041a 100644 (file)
@@ -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