diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-12-19 05:18:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:39:25 -0500 |
commit | 77587c5627aab50636ea0f93c28d2013cd0b7004 (patch) | |
tree | 948f73d3d392041cc2c97e5d82ffe1dcde8665cd /drivers/media/video/bt8xx/bttv-cards.c | |
parent | 49dd1315fae94ef6161f72c7be961560d3309f17 (diff) |
V4L/DVB (9940): bt832: remove this driver
The bt832 i2c driver was never used or even compiled and is no longer
maintained. It is now removed completely.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index 8629b77666f6..d24dcc025e37 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c | |||
@@ -44,7 +44,6 @@ | |||
44 | 44 | ||
45 | /* fwd decl */ | 45 | /* fwd decl */ |
46 | static void boot_msp34xx(struct bttv *btv, int pin); | 46 | static void boot_msp34xx(struct bttv *btv, int pin); |
47 | static void boot_bt832(struct bttv *btv); | ||
48 | static void hauppauge_eeprom(struct bttv *btv); | 47 | static void hauppauge_eeprom(struct bttv *btv); |
49 | static void avermedia_eeprom(struct bttv *btv); | 48 | static void avermedia_eeprom(struct bttv *btv); |
50 | static void osprey_eeprom(struct bttv *btv, const u8 ee[256]); | 49 | static void osprey_eeprom(struct bttv *btv, const u8 ee[256]); |
@@ -3721,13 +3720,6 @@ void __devinit bttv_init_card2(struct bttv *btv) | |||
3721 | if (bttv_tvcards[btv->c.type].audio_mode_gpio) | 3720 | if (bttv_tvcards[btv->c.type].audio_mode_gpio) |
3722 | btv->audio_mode_gpio=bttv_tvcards[btv->c.type].audio_mode_gpio; | 3721 | btv->audio_mode_gpio=bttv_tvcards[btv->c.type].audio_mode_gpio; |
3723 | 3722 | ||
3724 | if (bttv_tvcards[btv->c.type].digital_mode == DIGITAL_MODE_CAMERA) { | ||
3725 | /* detect Bt832 chip for quartzsight digital camera */ | ||
3726 | if ((bttv_I2CRead(btv, I2C_ADDR_BT832_ALT1, "Bt832") >=0) || | ||
3727 | (bttv_I2CRead(btv, I2C_ADDR_BT832_ALT2, "Bt832") >=0)) | ||
3728 | boot_bt832(btv); | ||
3729 | } | ||
3730 | |||
3731 | if (!autoload) | 3723 | if (!autoload) |
3732 | return; | 3724 | return; |
3733 | 3725 | ||
@@ -4123,10 +4115,6 @@ static void __devinit boot_msp34xx(struct bttv *btv, int pin) | |||
4123 | "init [%d]\n", btv->c.nr, pin); | 4115 | "init [%d]\n", btv->c.nr, pin); |
4124 | } | 4116 | } |
4125 | 4117 | ||
4126 | static void __devinit boot_bt832(struct bttv *btv) | ||
4127 | { | ||
4128 | } | ||
4129 | |||
4130 | /* ----------------------------------------------------------------------- */ | 4118 | /* ----------------------------------------------------------------------- */ |
4131 | /* Imagenation L-Model PXC200 Framegrabber */ | 4119 | /* Imagenation L-Model PXC200 Framegrabber */ |
4132 | /* This is basically the same procedure as | 4120 | /* This is basically the same procedure as |