sparc64: fix sparse warning in prom_64.c
authorSam Ravnborg <sam@ravnborg.org>
Fri, 16 May 2014 21:25:56 +0000 (23:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 May 2014 02:01:31 +0000 (19:01 -0700)
commitcfbddd0d0bd432b02b04aaefefc6dbbbd3c9ae06
treea7ebdc9ffdcac111c08a0ed549b8f4587bd355b7
parentf1eabec577c447ad41f8da165c89435416e4346d
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 <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/prom_64.c