]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: remove joystick 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)
commitd1729de6bd1a027523b7a03ff1ffbf6119c1e067
tree9c1229f5515c02538a0b1452a648a9d39f6a258a
parent3735ccf13bffdf6b279e4267403b54c829b4aaa3
compat_ioctl: remove joystick ioctl translation

The joystick driver already handles these just fine, so
the entries in the table are not needed any more.

Cc: linux-input@vger.kernel.org
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c