From: Manuel Lauss Date: Thu, 19 Aug 2010 11:37:13 +0000 (+0200) Subject: MIPS: Alchemy: Resolve prom section mismatches X-Git-Tag: v2.6.36-rc7~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b877a3ff41b6d7e3ade0739ac840fb6c89f3b1f;p=pandora-kernel.git MIPS: Alchemy: Resolve prom section mismatches The function prom_init_cmdline() references the variable __initdata arcs_cmdline. The function prom_get_ethernet_addr() references the variable __initdata arcs_cmdline. Annotate prom_init_cmdline() as __init, unexport and annotate prom_get_ethernet_addr() since it's no longer called from within driver code. Signed-off-by: Manuel Lauss To: Linux-MIPS Patchwork: https://patchwork.linux-mips.org/patch/1547/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed