]> 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)
commitcfd918ff3e124567f6a44bb6f2cd23a47cb7b94e
treec37a4d36bbe105666e16d9b65df1cc7ac47bda59
parent3f64bc68440a7a65ed76434929d6eca9663f2ae0
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