提交 02d3fca0 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[PATCH] make drivers/char/mxser_new.c:mxser_hangup() static

Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 a3569958
......@@ -2066,7 +2066,7 @@ static void mxser_wait_until_sent(struct tty_struct *tty, int timeout)
/*
* This routine is called by tty_hangup() when a hangup is signaled.
*/
void mxser_hangup(struct tty_struct *tty)
static void mxser_hangup(struct tty_struct *tty)
{
struct mxser_port *info = tty->driver_data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册