Skip to content

Commit

Permalink
m68k: Kill superfluous extern
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Aug 23, 2007
1 parent 4f85589 commit fb425d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/m68k/mm/motorola.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit fb425d0

Please sign in to comment.