git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b2f13
)
sparc32: fix sparse warning in init_32.c
author
Sam Ravnborg
<sam@ravnborg.org>
Mon, 21 Apr 2014 19:39:18 +0000
(21:39 +0200)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Apr 2014 05:12:24 +0000
(
01:12
-0400)
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>
No differences found