m68k vme_scc: avoid global namespace pollution

m68k vme_scc:
- make scc_ports[] static
- kill unused global scc_initialized

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Geert Uytterhoeven and committed by Linus Torvalds eb4db450 47738a75

+1 -3
+1 -3
drivers/char/vme_scc.c
··· 89 89 90 90 static struct tty_driver *scc_driver; 91 91 92 - struct scc_port scc_ports[2]; 93 - 94 - int scc_initialized = 0; 92 + static struct scc_port scc_ports[2]; 95 93 96 94 /*--------------------------------------------------------------------------- 97 95 * Interface from generic_serial.c back here