]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
compat_ioctl: move CDROMREADADIO to cdrom.c
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 Nov 2019 13:20:53 +0000 (14:20 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 3 Jan 2020 08:33:08 +0000 (09:33 +0100)
commit8f8f562038c188046d683e2b650f7731739869dd
tree5a83a9c6b9df9d68f052751af43634da9a0f54bc
parentf3ee6e63a9df460963bc51a40891cd9b067404f3
compat_ioctl: move CDROMREADADIO to cdrom.c

Again, there is only one file that needs this, so move the conversion
handler into the native implementation.

Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
block/compat_ioctl.c
drivers/cdrom/cdrom.c