tty: Mark tty_del_file and __tty_hangup static
authorJosh Triplett <josh@joshtriplett.org>
Mon, 19 Nov 2012 05:27:47 +0000 (21:27 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:19:52 +0000 (15:19 -0800)
commit2520e2745cf35c8fd01476dd01eacfc813649f7a
tree36fcbabc13a5e777bc683c8af375fed1e58e1397
parenta5e04b760a033c5247478dbc957970cd9d968fc6
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>
drivers/tty/tty_io.c