* Russell King - ARM Linux <[email protected]> [120208 08:07]: > WARNING: drivers/mfd/built-in.o(.devinit.text+0x258): Section mismatch in > reference from the function twl_probe() to the function > .init.text:twl4030_power_init() > The function __devinit twl_probe() references > a function __init twl4030_power_init(). > If twl4030_power_init is only used by twl_probe then > annotate twl4030_power_init with a matching annotation. > > twl4030_power_init() references other __init marked functions, so > these too must become __devinit. > > Signed-off-by: Russell King <[email protected]>
We'll take a look at sorting this out for v3.4 properly. Meanwhile: Acked-by: Tony Lindgren <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
