compat_ioctl: remove /dev/random commands
authorArnd Bergmann <arnd@arndb.de>
Fri, 7 Sep 2018 09:10:23 +0000 (11:10 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:45 +0000 (17:23 +0200)
commit507e4e2b430b6a27b66f4745564ecaee7967737f
treecb66de3d6ec628252178aa79bfa1e5aebb866e60
parenteede0b859ee62629c94e23612febf4907db3db67
compat_ioctl: remove /dev/random commands

These are all handled by the random driver, so instead of listing
each ioctl, we can use the generic compat_ptr_ioctl() helper.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/char/random.c
fs/compat_ioctl.c