diff options
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp1033.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_vp1033.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp1033.h b/drivers/media/dvb/mantis/mantis_vp1033.h index e24570659d55..2c18d2153242 100644 --- a/drivers/media/dvb/mantis/mantis_vp1033.h +++ b/drivers/media/dvb/mantis/mantis_vp1033.h | |||
@@ -21,19 +21,10 @@ | |||
21 | #ifndef __MANTIS_VP1033_H | 21 | #ifndef __MANTIS_VP1033_H |
22 | #define __MANTIS_VP1033_H | 22 | #define __MANTIS_VP1033_H |
23 | 23 | ||
24 | #include "dvb_frontend.h" | ||
25 | #include "mantis_common.h" | 24 | #include "mantis_common.h" |
26 | #include "stv0299.h" | ||
27 | 25 | ||
28 | #define MANTIS_VP_1033_DVB_S 0x0016 | 26 | #define MANTIS_VP_1033_DVB_S 0x0016 |
29 | 27 | ||
30 | extern struct stv0299_config lgtdqcs001f_config; | 28 | extern struct mantis_hwconfig vp1033_config; |
31 | extern struct mantis_hwconfig vp1033_mantis_config; | ||
32 | 29 | ||
33 | extern int lgtdqcs001f_tuner_set(struct dvb_frontend *fe, | 30 | #endif /* __MANTIS_VP1033_H */ |
34 | struct dvb_frontend_parameters *params); | ||
35 | |||
36 | extern int lgtdqcs001f_set_symbol_rate(struct dvb_frontend *fe, u32 srate, u32 ratio); | ||
37 | |||
38 | |||
39 | #endif // __MANTIS_VP1033_H | ||