diff --git a/[refs] b/[refs] index 6573ba3a8733..1eb0fecc343c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 47738a75cdf3fb6793a834ec5c4dc2c6a88e510a +refs/heads/master: eb4db450aa19dfc806fbd9747879c420e154dc33 diff --git a/trunk/drivers/char/vme_scc.c b/trunk/drivers/char/vme_scc.c index e122a0e87bb0..f17ac043b551 100644 --- a/trunk/drivers/char/vme_scc.c +++ b/trunk/drivers/char/vme_scc.c @@ -89,9 +89,7 @@ static void scc_break_ctl(struct tty_struct *tty, int break_state); static struct tty_driver *scc_driver; -struct scc_port scc_ports[2]; - -int scc_initialized = 0; +static struct scc_port scc_ports[2]; /*--------------------------------------------------------------------------- * Interface from generic_serial.c back here