From: Stephen Warren Date: Mon, 18 Jun 2012 21:01:50 +0000 (-0600) Subject: ARM: tegra: make tegra_cpu_reset_handler_enable() __init X-Git-Tag: v3.5-rc4~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6355f25ed965421725d92cf719fc63008690ca1c;p=pandora-kernel.git ARM: tegra: make tegra_cpu_reset_handler_enable() __init 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: # v3.4 Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed