commit | 4c9660f796fca741013e9ea7fc32db0638d0d193 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Mon Apr 21 21:39:18 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 29 01:12:24 2014 -0400 |
tree | e2b3fbd55aeaf359364ddc567a8aadcbc136bf05 | |
parent | e1b2f134883718312ee30775ad077c2186eeaedc [diff] |
sparc32: fix sparse warning in init_32.c Fix following warning: init_32.c:112:22: warning: symbol 'bootmem_init' was not declared. Should it be static? Fix by adding a proper prototype in pgtable_32.h and drop the local prototype in srmmu.c Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>