mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
m68k: Kill superfluous extern
Kill a superfluous extern declaration Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4f855897fe
commit
fb425d0b93
@ -210,11 +210,7 @@ void __init paging_init(void)
|
||||
int i;
|
||||
|
||||
#ifdef DEBUG
|
||||
{
|
||||
extern unsigned long availmem;
|
||||
printk ("start of paging_init (%p, %lx)\n",
|
||||
kernel_pg_dir, availmem);
|
||||
}
|
||||
printk ("start of paging_init (%p, %lx)\n", kernel_pg_dir, availmem);
|
||||
#endif
|
||||
|
||||
/* Fix the cache mode in the page descriptors for the 680[46]0. */
|
||||
|
Loading…
Reference in New Issue
Block a user