]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitea8f9a5a58e825b1f21ffe21e00de642e5144484
treec37a4d36bbe105666e16d9b65df1cc7ac47bda59
parentd1729de6bd1a027523b7a03ff1ffbf6119c1e067
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