On Tuesday 22 April 2008, Koen Kooi wrote: > --- a/include/asm-arm/arch-omap/board-omap3beagle.h > +++ b/include/asm-arm/arch-omap/board-omap3beagle.h > @@ -29,6 +29,8 @@ > #ifndef __ASM_ARCH_OMAP3_BEAGLE_H > #define __ASM_ARCH_OMAP3_BEAGLE_H > > +extern void __init sdp_mmc_init(void); > + > #ifdef CONFIG_TWL4030_CORE > > #define TWL4030_IRQNUM INT_34XX_SYS_NIRQ That's really not the right place to declare shared routines. Plus of course, since that routine isn't specific to SDP boards it shouldn't use that name... -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html