commit | 2520e2745cf35c8fd01476dd01eacfc813649f7a | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@joshtriplett.org> | Sun Nov 18 21:27:47 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 21 15:19:52 2012 -0800 |
tree | 36fcbabc13a5e777bc683c8af375fed1e58e1397 | |
parent | a5e04b760a033c5247478dbc957970cd9d968fc6 [diff] |
tty: Mark tty_del_file and __tty_hangup static Nothing outside of drivers/tty/tty_io.c references these functions, so mark them static. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>