]> Git Repo - linux.git/commit - drivers/tty/n_tty.c
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
authorJiri Slaby <[email protected]>
Mon, 22 Nov 2021 09:45:29 +0000 (10:45 +0100)
committerGreg Kroah-Hartman <[email protected]>
Thu, 25 Nov 2021 17:36:27 +0000 (18:36 +0100)
commitd78328bcc4d0e677f2ff83f4ae1f43c933fbd143
tree27f4d50d20d3eef0b0941de57fe147a71aa0d0fd
parent5db96ef23bda6c2a61a51693c85b78b52d03f654
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl

After the previous patches, noone needs 'file' parameter in neither
ioctl hook from tty_ldisc_ops. So remove 'file' from both of them.

Cc: Marcel Holtmann <[email protected]>
Cc: Johan Hedberg <[email protected]>
Cc: Luiz Augusto von Dentz <[email protected]>
Cc: Wolfgang Grandegger <[email protected]>
Cc: Marc Kleine-Budde <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Andreas Koensgen <[email protected]>
Cc: Paul Mackerras <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]> [NFC]
Acked-by: Dmitry Torokhov <[email protected]>
Acked-by: Marc Kleine-Budde <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
14 files changed:
drivers/bluetooth/hci_ldisc.c
drivers/input/serio/serport.c
drivers/net/can/slcan.c
drivers/net/hamradio/6pack.c
drivers/net/hamradio/mkiss.c
drivers/net/ppp/ppp_async.c
drivers/net/ppp/ppp_synctty.c
drivers/net/slip/slip.c
drivers/tty/n_gsm.c
drivers/tty/n_hdlc.c
drivers/tty/n_tty.c
drivers/tty/tty_io.c
include/linux/tty_ldisc.h
net/nfc/nci/uart.c
This page took 0.062441 seconds and 4 git commands to generate.