diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-i2c.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-i2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-i2c.c b/linux/drivers/media/video/cx88/cx88-i2c.c index 012ab1c5b..39e14d509 100644 --- a/linux/drivers/media/video/cx88/cx88-i2c.c +++ b/linux/drivers/media/video/cx88/cx88-i2c.c @@ -1,5 +1,5 @@ /* - $Id: cx88-i2c.c,v 1.21 2005/06/08 01:28:09 mchehab Exp $ + $Id: cx88-i2c.c,v 1.22 2005/06/12 01:36:14 mchehab Exp $ cx88-i2c.c -- all the i2c code is here @@ -154,7 +154,6 @@ static struct i2c_adapter cx8800_i2c_adap_template = { static struct i2c_client cx8800_i2c_client_template = { I2C_DEVNAME("cx88xx internal"), - .id = -1, }; static char *i2c_devs[128] = { |