From: Stephen Warren Date: Fri, 21 Jun 2013 22:39:07 +0000 (-0600) Subject: ARM: tegra: fix section mismatch in tegra_pmc_parse_dt X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~73^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d54e0895bb413d6151a01fdb6d58d93d888198a;p=pandora-kernel.git ARM: tegra: fix section mismatch in tegra_pmc_parse_dt tegra_pmc_parse_dt() references __initconst data. Fix it to be __init. This matches its only usage; a call from tegra_pmc_init() which is already __init. This fixes: WARNING: vmlinux.o(.text.unlikely+0x580): Section mismatch in reference from the function tegra_pmc_parse_dt() to the (unknown reference) .init.rodata:(unknown) Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed