diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp1034.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp1034.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp1034.h b/drivers/media/dvb/mantis/mantis_vp1034.h index 21948573b087..30269129066a 100644 --- a/drivers/media/dvb/mantis/mantis_vp1034.h +++ b/drivers/media/dvb/mantis/mantis_vp1034.h | |||
@@ -23,13 +23,11 @@ | |||
23 | 23 | ||
24 | #include "dvb_frontend.h" | 24 | #include "dvb_frontend.h" |
25 | #include "mantis_common.h" | 25 | #include "mantis_common.h" |
26 | #include "mb86a16.h" | ||
27 | 26 | ||
28 | 27 | ||
29 | #define MANTIS_VP_1034_DVB_S 0x0014 | 28 | #define MANTIS_VP_1034_DVB_S 0x0014 |
30 | 29 | ||
31 | extern struct mantis_hwconfig vp1034_mantis_config; | 30 | extern struct mantis_hwconfig vp1034_config; |
32 | extern struct mb86a16_config vp1034_config; | ||
33 | extern int vp1034_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage); | 31 | extern int vp1034_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage); |
34 | 32 | ||
35 | #endif // __MANTIS_VP1034_H | 33 | #endif /* __MANTIS_VP1034_H */ |