ARM: tegra: make tegra_cpu_reset_handler_enable() __init
authorStephen Warren <swarren@nvidia.com>
Mon, 18 Jun 2012 21:01:50 +0000 (15:01 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 16:03:20 +0000 (09:03 -0700)
commitc1389ce1e02c1e1f617d7cf70852ad5d9f9ef355
tree16d857353115a638dc1ffb8010d15e4c8907ba1e
parentc84299b8ddb3de60ac857aee396d709346eed27f
ARM: tegra: make tegra_cpu_reset_handler_enable() __init

commit 6355f25ed965421725d92cf719fc63008690ca1c upstream.

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.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-tegra/reset.c