projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f85589
)
m68k: Kill superfluous extern
author
Geert Uytterhoeven
<
[email protected]
>
Wed, 22 Aug 2007 21:01:30 +0000
(14:01 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 23 Aug 2007 02:52:45 +0000
(19:52 -0700)
Kill a superfluous extern declaration
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/m68k/mm/motorola.c
patch
|
blob
|
history
diff --git
a/arch/m68k/mm/motorola.c
b/arch/m68k/mm/motorola.c
index 7d571a2b44dd0bd2d61e6d3dcc9239146fe5d4c4..30d34f285024622718d3760dca09fde8d98a8096 100644
(file)
--- a/
arch/m68k/mm/motorola.c
+++ b/
arch/m68k/mm/motorola.c
@@
-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. */