From: Mauro Carvalho Chehab Date: Sun, 5 Aug 2012 17:16:30 +0000 (-0300) Subject: [media] dvb: get rid of fe_ioctl_override callback X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~442 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adf6132dca24240fbc26c6e5e095734fa366341;p=pandora-kernel.git [media] dvb: get rid of fe_ioctl_override callback This callback were meant to allow overriding a FE callback, before its call, but it is not really needed, as the callback can be intercepted after tuner attachment. Worse than that, only DVBv3 calls are intercepted this way, so a DVBv5 application will produce different effects than a DVBv3 one. So, get rid of it. Signed-off-by: Mauro Carvalho Chehab Acked-by: Antti Palosaari Reviewed-by: Antti Palosaari --- Reading git-diff-tree failed