]> 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)
commit1cad5f512c0b87888222318fe76bacf0a0f0db49
tree5a83a9c6b9df9d68f052751af43634da9a0f54bc
parent1af8fa9c131f348475aca92431460a2eef493619
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