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)
committerOlof Johansson <olof@lixom.net>
Mon, 18 Jun 2012 23:42:57 +0000 (16:42 -0700)
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 <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found