[media] dvb core: remove support for post FE legacy ioctl intercept
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 5 Aug 2012 17:16:29 +0000 (14:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Aug 2012 10:33:30 +0000 (07:33 -0300)
This DVB_FE_IOCTL_POST isn't used, so remove it.

Also, intercepting ioctl's like that only works with legacy ioctl's,
due to the way it was implemented. so this design is broken.
Document it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found