From: Sam Ravnborg Date: Fri, 16 May 2014 21:25:56 +0000 (+0200) Subject: sparc64: fix sparse warning in prom_64.c X-Git-Tag: omap-for-v3.16/fixes-rc4~86^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbddd0d0bd432b02b04aaefefc6dbbbd3c9ae06;p=pandora-kernel.git sparc64: fix sparse warning in prom_64.c Fix following warning: prom_64.c:376:6: warning: symbol 'arch_find_n_match_cpu_physical_id' was not declared. Should it be static? Add missing include to pick up prototype. Rearrange includes to use the inverse christmas tree structure. Signed-off-by: Sam Ravnborg Signed-off-by: David S. Miller --- Reading git-diff-tree failed