diff options
author | Olivier DANET <odanet@caramail.com> | 2006-08-08 14:48:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 10:53:45 -0400 |
commit | 46f73f936665ab26c8501634e6aa34464fcc1521 (patch) | |
tree | 540ad8149d7460f0d0adf90c9294bc3e59716bf0 /drivers/media/dvb/dvb-usb/dibusb.h | |
parent | 83fa907963662ecaade803cec4c9c3e14b69ad7d (diff) |
V4L/DVB: Update for MT2060 to use dvb_tuner_ops
new tuner api
minor fixes for tuning
Signed-off-by: Olivier DANET <odanet@caramail.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dibusb.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dibusb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dibusb.h b/drivers/media/dvb/dvb-usb/dibusb.h index 7fd57d053b9f..e21de8b668f6 100644 --- a/drivers/media/dvb/dvb-usb/dibusb.h +++ b/drivers/media/dvb/dvb-usb/dibusb.h | |||
@@ -97,7 +97,6 @@ | |||
97 | 97 | ||
98 | struct dibusb_state { | 98 | struct dibusb_state { |
99 | struct dib_fe_xfer_ops ops; | 99 | struct dib_fe_xfer_ops ops; |
100 | struct mt2060_state mt2060; | ||
101 | int mt2060_present; | 100 | int mt2060_present; |
102 | 101 | ||
103 | /* for RC5 remote control */ | 102 | /* for RC5 remote control */ |