]> git.baikalelectronics.ru Git - kernel.git/commit
media: dvb: dmxdev: move compat_ioctl handling to dmxdev.c
authorArnd Bergmann <arnd@arndb.de>
Mon, 27 Aug 2018 19:56:22 +0000 (15:56 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Sep 2018 15:00:51 +0000 (11:00 -0400)
commit1399bb655ad87afd7aa00580e92ef3dd6a71335d
tree2812c9d40700c0a11170624e0be23bdf5d216119
parentf0b6405da6a145d657d58e86e76ed19582676b6a
media: dvb: dmxdev: move compat_ioctl handling to dmxdev.c

All dmx ioctls are compatible, and they are only implemented
in one file, so we can replace the list of commands in
fs/compat_ioctl.c with a single line in dmxdev.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/dvb-core/dmxdev.c
fs/compat_ioctl.c