n_hdlc: move tty_ldisc_ops to the bottom
authorJiri Slaby <jslaby@suse.cz>
Wed, 19 Feb 2020 08:41:10 +0000 (09:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2020 09:24:33 +0000 (10:24 +0100)
commitedee649f9d278e322ff107ce8d2539522b76a388
treef5bdaf38c1d2a7a74a3a5c431f0071c1f1af5512
parent740708abbba281480f2986418c8acf2b540f0e98
n_hdlc: move tty_ldisc_ops to the bottom

This makes forward declarations unnecessary. So drop them.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200219084118.26491-16-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_hdlc.c