compat_ioctl: move rfcomm handlers into driver
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2019 12:44:52 +0000 (13:44 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:44 +0000 (17:23 +0200)
commit7d60a7a6cd04c34014e763b5d7ed35d6366e42aa
treead1caa961fa3143366e8fb3e376d0683dc6da408
parent5565a3cac5038561155e57451604fce2b5eb4dd7
compat_ioctl: move rfcomm handlers into driver

All these ioctl commands are compatible, so we can handle
them with a trivial wrapper in rfcomm/sock.c and remove
the listing in fs/compat_ioctl.c.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c
net/bluetooth/rfcomm/sock.c