Commit fb425d0b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

m68k: Kill superfluous extern

Kill a superfluous extern declaration
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4f855897
...@@ -210,11 +210,7 @@ void __init paging_init(void) ...@@ -210,11 +210,7 @@ void __init paging_init(void)
int i; int i;
#ifdef DEBUG #ifdef DEBUG
{ printk ("start of paging_init (%p, %lx)\n", kernel_pg_dir, availmem);
extern unsigned long availmem;
printk ("start of paging_init (%p, %lx)\n",
kernel_pg_dir, availmem);
}
#endif #endif
/* Fix the cache mode in the page descriptors for the 680[46]0. */ /* Fix the cache mode in the page descriptors for the 680[46]0. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment