]> git.baikalelectronics.ru Git - kernel.git/commit
media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftovers
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 12:23:42 +0000 (08:23 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 12:25:07 +0000 (08:25 -0400)
commit9e8ba24d207416065764d26fe0dd2e8d17093fbf
treed1f8252491164f2b95e1f54a38db3713bf5e49e8
parent52223042ca342457cf8b8b7bfcedca86d4631ae8
media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftovers

Those two ioctls were never used within the Kernel. Still, there
used to have compat32 code there (and an if #0 block at the core).

Get rid of them.

Fixes: 0334c156e6ad ("media: dmx.h: get rid of DMX_GET_CAPS")
Fixes: fb43de8a3585 ("media: dmx.h: get rid of DMX_SET_SOURCE")
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dmxdev.c
fs/compat_ioctl.c