diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dibusb.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dibusb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dibusb.h b/drivers/media/dvb/dvb-usb/dibusb.h index 2d99d05c7eab..a43f87480cf6 100644 --- a/drivers/media/dvb/dvb-usb/dibusb.h +++ b/drivers/media/dvb/dvb-usb/dibusb.h | |||
@@ -17,6 +17,8 @@ | |||
17 | #include "dvb-usb.h" | 17 | #include "dvb-usb.h" |
18 | 18 | ||
19 | #include "dib3000.h" | 19 | #include "dib3000.h" |
20 | #include "dib3000mc.h" | ||
21 | #include "mt2060.h" | ||
20 | 22 | ||
21 | /* | 23 | /* |
22 | * protocol of all dibusb related devices | 24 | * protocol of all dibusb related devices |
@@ -96,6 +98,7 @@ | |||
96 | 98 | ||
97 | struct dibusb_state { | 99 | struct dibusb_state { |
98 | struct dib_fe_xfer_ops ops; | 100 | struct dib_fe_xfer_ops ops; |
101 | int mt2060_present; | ||
99 | 102 | ||
100 | /* for RC5 remote control */ | 103 | /* for RC5 remote control */ |
101 | int old_toggle; | 104 | int old_toggle; |