From: Al Viro extern declaration before the static one Signed-off-by: Al Viro Cc: Roman Zippel Signed-off-by: Andrew Morton --- drivers/char/scc.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/scc.h~m68k-static-vs-extern-in-scch drivers/char/scc.h --- devel/drivers/char/scc.h~m68k-static-vs-extern-in-scch 2006-01-04 22:23:57.000000000 -0800 +++ devel-akpm/drivers/char/scc.h 2006-01-04 22:23:57.000000000 -0800 @@ -399,7 +399,7 @@ struct scc_port { __asm__ __volatile__ ( "tstb %0" : : "g" (*_scc_del) : "cc" );\ } while (0) -extern unsigned char scc_shadow[2][16]; +static unsigned char scc_shadow[2][16]; /* The following functions should relax the somehow complicated * register access of the SCC. _SCCwrite() stores all written values _