projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a356995
)
[PATCH] make drivers/char/mxser_new.c:mxser_hangup() static
author
Adrian Bunk
<bunk@stusta.de>
Sat, 10 Feb 2007 09:44:51 +0000
(
01:44
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:25 +0000
(10:51 -0800)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/mxser_new.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/mxser_new.c
b/drivers/char/mxser_new.c
index 1bb030b3a51a6ec3017cf2d21537ceef4f6f1fbf..cbbdb7111fb19c6ce02f192835f854fa396d156f 100644
(file)
--- a/
drivers/char/mxser_new.c
+++ b/
drivers/char/mxser_new.c
@@
-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;