ttyprintk: Removed unnecessary TTY ioctl callback
authorSamo Pogačnik <samo_pogacnik@t-2.net>
Tue, 27 Apr 2021 11:43:26 +0000 (13:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 16:29:12 +0000 (18:29 +0200)
commit2fee8811219793cb16ed3f09b5629bb5c78e7dbb
tree4c347bcaa8c1058dd226cc6f9bcae8e5852a02da
parentbf3d6ab9bc1295fdf37cbc363ba9f7dfa14a84b8
ttyprintk: Removed unnecessary TTY ioctl callback

It turns-out, that TIOCCONS is completely handled in tty_io.c, so
the current local ioctl callback is of no real use.

Signed-off-by: Samo Pogačnik <samo_pogacnik@t-2.net>
Link: https://lore.kernel.org/r/1502946c760b1aae3ad9cffcf4ea3b9f37206585.camel@t-2.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/ttyprintk.c