summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/mantis/mantis_vp1034.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 11:41:11 +0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 16:55:42 +0300
commitb3b961448f702339444036f94252ff2ba7a99feb (patch)
treef31007bb892091072fa97f43f5666105b1ea8f33 /drivers/media/dvb/mantis/mantis_vp1034.h
parentadd206368462434ba97e8fe4de98e5d47ffdb0a0 (diff)
downloadlinux-b3b961448f702339444036f94252ff2ba7a99feb.tar.xz
V4L/DVB (13795): [Mantis/Hopper] Code overhaul, add Hopper devices into the PCI ID list
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp1034.h')
-rw-r--r--drivers/media/dvb/mantis/mantis_vp1034.h6
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 @@
#include "dvb_frontend.h"
#include "mantis_common.h"
-#include "mb86a16.h"
#define MANTIS_VP_1034_DVB_S 0x0014
-extern struct mantis_hwconfig vp1034_mantis_config;
-extern struct mb86a16_config vp1034_config;
+extern struct mantis_hwconfig vp1034_config;
extern int vp1034_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage);
-#endif // __MANTIS_VP1034_H
+#endif /* __MANTIS_VP1034_H */