[PATCH] arm/tegra: boards: more __init/__initdata annotations
From: Olof Johansson <hidden>
Date: 2011-12-20 17:32:39
Also in:
linux-tegra
From: Olof Johansson <hidden>
Date: 2011-12-20 17:32:39
Also in:
linux-tegra
On Tue, Dec 20, 2011 at 9:06 AM, Olof Johansson [off-list ref] wrote:
On Tue, Dec 20, 2011 at 12:26 AM, Russell King - ARM Linux [off-list ref] wrote:quoted
On Mon, Dec 19, 2011 at 08:03:22PM -0800, Olof Johansson wrote:quoted
Silence a bunch of section warnings, and mark some of the init functions as __init.
[...]
Thanks for pointing it out -- looks like a couple of other instances use the wrong location as well (probably added by me in the past). I'll respin the patch, and fix up those cases as well.
Actually, after some brief discussion on IRC, I'll go the other way instead: These tables are all moving to devicetree in the next release or so, and it's uncertain what functions should (long-term) be __init and not. For now, I'll just remove __initdata from the seaboard pinmux tables. Sending separate patch for that. -Olof