Skip to content

Commit

Permalink
[PATCH] make drivers/char/mxser_new.c:mxser_hangup() static
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <[email protected]>
Cc: Jiri Slaby <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Feb 11, 2007
1 parent a356995 commit 02d3fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 02d3fca

Please sign in to comment.