提交 eb4db450 编写于 作者: G Geert Uytterhoeven 提交者: Linus Torvalds

m68k vme_scc: avoid global namespace pollution

m68k vme_scc:
  - make scc_ports[] static
  - kill unused global scc_initialized
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 47738a75
...@@ -89,9 +89,7 @@ static void scc_break_ctl(struct tty_struct *tty, int break_state); ...@@ -89,9 +89,7 @@ static void scc_break_ctl(struct tty_struct *tty, int break_state);
static struct tty_driver *scc_driver; static struct tty_driver *scc_driver;
struct scc_port scc_ports[2]; static struct scc_port scc_ports[2];
int scc_initialized = 0;
/*--------------------------------------------------------------------------- /*---------------------------------------------------------------------------
* Interface from generic_serial.c back here * Interface from generic_serial.c back here
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册