[PATCH] m68k: static vs. extern in scc.h

extern declaration before the static one

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Al Viro and committed by Linus Torvalds df87ac96 aa7e02fe

+1 -1
+1 -1
drivers/char/scc.h
··· 399 399 __asm__ __volatile__ ( "tstb %0" : : "g" (*_scc_del) : "cc" );\ 400 400 } while (0) 401 401 402 - extern unsigned char scc_shadow[2][16]; 402 + static unsigned char scc_shadow[2][16]; 403 403 404 404 /* The following functions should relax the somehow complicated 405 405 * register access of the SCC. _SCCwrite() stores all written values