Hi Tony, On 03/27/2013 07:38 PM, Tony Lindgren wrote: > Sorry just noticed that this one adds: > > Section mismatch in reference from the variable omap3_power_pdata to the (unknown reference) .init.data:(unknown) > The variable omap3_power_pdata references > the (unknown reference) __initdata (unknown) > If the reference is valid then annotate the > variable with __init* or __refdata (see linux/init.h) or name the variable: > *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console > > Is it safe to make it __initdata, or should also other power_pdata > have their __initdata flags removed if used by the drivers? We could make the whole stack of struct for the omap3_power_pdata as __initdata since the driver (mfd/twl4030-power) is bool. I resend the patch and update the branch (and rebase on -rc4) at the same time. -- Péter -- 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