summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bttv-i2c.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-11-17 18:47:47 +0000
committerGerd Knorr <devnull@localhost>2004-11-17 18:47:47 +0000
commite0513c5a52d121e2790e6cc07c97ff59b7200c70 (patch)
tree789c62112009166162ae043afee80224d3d9f38c /linux/drivers/media/video/bttv-i2c.c
parent173fb3335b542114718953d91826268db663f865 (diff)
downloadmediapointer-dvb-s2-e0513c5a52d121e2790e6cc07c97ff59b7200c70.tar.gz
mediapointer-dvb-s2-e0513c5a52d121e2790e6cc07c97ff59b7200c70.tar.bz2
- misc minor cleanups and card-specific fixes.
Diffstat (limited to 'linux/drivers/media/video/bttv-i2c.c')
-rw-r--r--linux/drivers/media/video/bttv-i2c.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/linux/drivers/media/video/bttv-i2c.c b/linux/drivers/media/video/bttv-i2c.c
index 5d84a44c7..ce4845b31 100644
--- a/linux/drivers/media/video/bttv-i2c.c
+++ b/linux/drivers/media/video/bttv-i2c.c
@@ -1,5 +1,5 @@
/*
- $Id: bttv-i2c.c,v 1.13 2004/11/07 13:17:15 kraxel Exp $
+ $Id: bttv-i2c.c,v 1.14 2004/11/17 18:47:47 kraxel Exp $
bttv-i2c.c -- all the i2c code is here
@@ -331,13 +331,6 @@ void bttv_call_i2c_clients(struct bttv *btv, unsigned int cmd, void *arg)
i2c_clients_command(&btv->c.i2c_adap, cmd, arg);
}
-void bttv_i2c_call(unsigned int card, unsigned int cmd, void *arg)
-{
- if (card >= bttv_num)
- return;
- bttv_call_i2c_clients(&bttvs[card], cmd, arg);
-}
-
static struct i2c_client bttv_i2c_client_template = {
I2C_DEVNAME("bttv internal"),
.id = -1,