aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/av7110.h
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2007-01-27 19:13:06 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:35:09 -0500
commit7857735b3a6695a90fa3c8808bf96385ac5a95dc (patch)
tree487605dbc252433c49eca682f9e4a51dee807f6d /drivers/media/dvb/ttpci/av7110.h
parent357a268d59411b84fde712400585dd118c61467f (diff)
V4L/DVB (5158): Dvb-ttpci: Fixed unregistering the vbi device
Fixed unregistering the vbi device for cards without analog tuner. Thanks to Marco Schluessler <marco@lordzodiac.de> for pointing out this bug. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.h')
-rw-r--r--drivers/media/dvb/ttpci/av7110.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.h b/drivers/media/dvb/ttpci/av7110.h
index 9c79696da08a..1d05166bd853 100644
--- a/drivers/media/dvb/ttpci/av7110.h
+++ b/drivers/media/dvb/ttpci/av7110.h
@@ -35,7 +35,6 @@
35 35
36#define ANALOG_TUNER_VES1820 1 36#define ANALOG_TUNER_VES1820 1
37#define ANALOG_TUNER_STV0297 2 37#define ANALOG_TUNER_STV0297 2
38#define ANALOG_TUNER_VBI 0x100
39 38
40extern int av7110_debug; 39extern int av7110_debug;
41 40