compat_ioctl: remove PCI ioctl translation
authorArnd Bergmann <arnd@arndb.de>
Fri, 7 Sep 2018 09:18:38 +0000 (11:18 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:45 +0000 (17:23 +0200)
commita92d4f107a5285f514811fcdbae6ea4906013b9a
treec37a4d36bbe105666e16d9b65df1cc7ac47bda59
parentaca942263ae3a6e2d2f5d6119a83fd48684bef91
compat_ioctl: remove PCI ioctl translation

The /proc/pci/ implementation already handles these just fine, so
the entries in the table are not needed any more.

Cc: linux-pci@vger.kernel.org
Cc: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c