summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-12-20 17:31:19 +0000
committerMichael Krufky <devnull@localhost>2005-12-20 17:31:19 +0000
commita6f5aacd1889a2b00fc5fd6a24ddab504358feeb (patch)
tree79d2d5ab5186ab8f6467e726de14d6eef464905b /linux/drivers
parentff66a057b8b67749b41fc0ce0298c367952a27fc (diff)
downloadmediapointer-dvb-s2-a6f5aacd1889a2b00fc5fd6a24ddab504358feeb.tar.gz
mediapointer-dvb-s2-a6f5aacd1889a2b00fc5fd6a24ddab504358feeb.tar.bz2
Remove #ifdef BTTV_BOARD_TWINHAN_VP3021
As far back as the video4linux cvs repository goes, there is no mention of BTTV_TWINHAN_VP3021. It seems that this was done for the sake of backwards compatability with some older v4l, but this can no longer be necessary due to the v4l/dvb cvs merger, nor should this have ever existed in the upstream kernel. Signed-off-by: Michael Krufky <mkrufky@m1k.net> Acked-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
index 42c82efed..5190ecb20 100644
--- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
+++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c
@@ -616,11 +616,7 @@ static void frontend_init(struct dvb_bt8xx_card *card, u32 type)
dprintk ("dvb_bt8xx: lgdt330x detected\n");
break;
-#ifdef BTTV_BOARD_TWINHAN_VP3021
- case BTTV_BOARD_TWINHAN_VP3021:
-#else
case BTTV_BOARD_NEBULA_DIGITV:
-#endif
/*
* It is possible to determine the correct frontend using the I2C bus (see the Nebula SDK);
* this would be a cleaner solution than trying each frontend in turn.
@@ -824,11 +820,7 @@ static int dvb_bt8xx_probe(struct device *dev)
card->irq_err_ignore = BT878_AFBUS | BT878_AFDSR;
break;
-#ifdef BTTV_BOARD_TWINHAN_VP3021
- case BTTV_BOARD_TWINHAN_VP3021:
-#else
case BTTV_BOARD_NEBULA_DIGITV:
-#endif
case BTTV_BOARD_AVDVBT_761:
card->gpio_mode = (1 << 26) | (1 << 14) | (1 << 5);
card->op_sync_orin = 0;