commit | 27228732aa94f3883433fab2f43eee373c638f2f | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jan 09 21:35:19 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 27 15:13:28 2016 -0800 |
tree | c6a9caea28f88c0f59da4071579ea7b4fbf4a7eb | |
parent | d1d027eff5693c3cea71e4ce2f1c3a707baec02d [diff] |
tty: Eliminate global symbol tty_ldisc_N_TTY Reduce global tty symbols; move and rename tty_ldisc_begin() as n_tty_init() and redefine the N_TTY ldisc ops as file scope. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>