]> git.baikalelectronics.ru Git - 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)
commit439feab7e263007ea513d0ebac5395c5f7d1dce6
tree5a83a9c6b9df9d68f052751af43634da9a0f54bc
parentc46d8861fb71e6da992ec8e2f7b4ba11505000a9
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