[media] dvb: remove the track() fops
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 26 Dec 2011 21:11:25 +0000 (18:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 12:22:29 +0000 (10:22 -0200)
commit1b5d8716b1663ed00718d738a16f43ebeeeaf81d
tree6f64beda93c4fcc69f1f783205338f820c1ce84a
parent41da5320df6decec7efce0d936ccadfa9deb49d1
[media] dvb: remove the track() fops

This callback is not used anywhere. Maybe it were used in the
past to optimize the custom algo, but, as it is not used anymore,
let's just remove it.

If later needed, some patch may re-add it with a proper
implementation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-core/dvb_frontend.c
drivers/media/dvb/dvb-core/dvb_frontend.h
drivers/media/dvb/frontends/stb0899_drv.c
drivers/media/dvb/frontends/stv0900_core.c