summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_vp2033.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp2033.h')
-rw-r--r--drivers/media/dvb/mantis/mantis_vp2033.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp2033.h b/drivers/media/dvb/mantis/mantis_vp2033.h
index 513c491942cb..fcf8b85be941 100644
--- a/drivers/media/dvb/mantis/mantis_vp2033.h
+++ b/drivers/media/dvb/mantis/mantis_vp2033.h
@@ -23,15 +23,15 @@
#include "dvb_frontend.h"
#include "mantis_common.h"
-#include "cu1216.h"
+#include "tda1002x.h"
#define MANTIS_VP_2033_DVB_C 0x0008
-extern struct cu1216_config philips_cu1216_config;
+extern struct tda1002x_config philips_cu1216_config;
extern struct mantis_hwconfig vp2033_mantis_config;
-extern int philips_cu1216_tuner_set(struct dvb_frontend *fe,
- struct dvb_frontend_parameters *params);
+extern int philips_cu1216_tuner_set(struct dvb_frontend *fe, struct dvb_frontend_parameters *params);
+extern u8 read_pwm(struct mantis_pci *mantis);
#endif // __MANTIS_VP2033_H