[PATCH] ARM: tegra: make tegra_cpu_reset_handler_enable() __init
From: Olof Johansson <hidden>
Date: 2012-06-18 23:44:12
Also in:
linux-tegra
From: Olof Johansson <hidden>
Date: 2012-06-18 23:44:12
Also in:
linux-tegra
On Mon, Jun 18, 2012 at 03:01:50PM -0600, Stephen Warren wrote:
From: Stephen Warren <redacted> This solves a section mismatch warning. I hadn't noticed this before, because my compiler was inlining tegra_cpu_reset_handler_enable() inside tegra_cpu_reset_handler_init(), which is already __init, but I switched compilers and it stopped doing that. Cc: <stable@kernel.org> # v3.4 Signed-off-by: Stephen Warren <redacted> --- Arnd, Olof, do you want me to put this in a pull request, or can you apply it directly for 3.5?
Single patches are just fine as is, no need for a pull request. Applied to fixes. Thanks! -Olof