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)
commitb5d3206112dd20f33eba2364313cf85d7c0eb874
tree2812c9d40700c0a11170624e0be23bdf5d216119
parent1ccbeeb888ac33627d91f1ccf0b84ef3bcadef24
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