compat_ioctl: remove HCIUART handling
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2019 10:23:09 +0000 (11:23 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:44 +0000 (17:23 +0200)
commit61798109bec281475c0e7dcee1f24df066529033
tree7b03a926778b4f7d760dec84cd858b793f0f9fc4
parent7a6038b30017c45e1110388083849689356a23ae
compat_ioctl: remove HCIUART handling

As of commit f0193d3ea73b ("change semantics of ldisc ->compat_ioctl()"),
all hciuart ioctl commands are handled correctly in the driver, and we
never need to go through the table here.

Cc: linux-bluetooth@vger.kernel.org
Cc: Marcel Holtmann <marcel@holtmann.org>
Cc: Johan Hedberg <johan.hedberg@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c