* Tony Lindgren <tony@xxxxxxxxxxx> [130319 11:28]: > * Peter Ujfalusi <peter.ujfalusi@xxxxxx> [130318 03:16]: > > Hi Tony, > > > > I have rebased the branch on 3.9-rc3 tag. > > Is it still possible to send this for 3.9? > > Let's see if we can still get this in. It's getting a bit late > for v3.9, so I'll apply this into a separate branch from other fixes > omap-for-v3.9-rc3/fix-twl-reboot branch just in case it's considered > too intrusive for the -rc. 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? Regards, Tony -- 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