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>
This commit is contained in:

committed by
David S. Miller

parent
e1b2f13488
commit
4c9660f796
@@ -865,8 +865,6 @@ static void __init map_kernel(void)
|
||||
|
||||
void (*poke_srmmu)(void) = NULL;
|
||||
|
||||
extern unsigned long bootmem_init(unsigned long *pages_avail);
|
||||
|
||||
void __init srmmu_paging_init(void)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user