commit | cfbddd0d0bd432b02b04aaefefc6dbbbd3c9ae06 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Fri May 16 23:25:56 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 18 19:01:31 2014 -0700 |
tree | a7ebdc9ffdcac111c08a0ed549b8f4587bd355b7 | |
parent | f1eabec577c447ad41f8da165c89435416e4346d [diff] |
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>