]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: remove unused convert_in_user macro
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2019 10:22:38 +0000 (11:22 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:46 +0000 (17:23 +0200)
commit4f887e3434186576922fc77b99c9637ececc32d3
treeeb172109db4620d507cb89f0c4d5330ed3740eb5
parentdd8f717c044bbfb0dd206ec08be22cae2156fa35
compat_ioctl: remove unused convert_in_user macro

The last users are all gone, so let's remove the macro as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c