compat_ioctl: remove HIDIO translation
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Sep 2018 09:37:09 +0000 (11:37 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:45 +0000 (17:23 +0200)
commit54b5b60a149055d4fd4b0279bc72c539a0ff1696
tree42b0eaaef2f3299095399c870c56f04a7ad11730
parent61798109bec281475c0e7dcee1f24df066529033
compat_ioctl: remove HIDIO translation

The two drivers implementing these both gained proper compat_ioctl()
handlers a long time ago with commits bb6c8d8fa9b5 ("HID: hiddev:
Add 32bit ioctl compatibilty") and ae5e49c79c05 ("HID: hidraw: add
compatibility ioctl() for 32-bit applications."), so the lists in
fs/compat_ioctl.c are no longer used.

It appears that the lists were also incomplete, so the translation
didn't actually work correctly when it was still in use.

Remove them as cleanup.

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