diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-12 01:36:14 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-12 01:36:14 +0000 |
commit | af9281ddbde97a47a1476d7fb2a60eaf4781d738 (patch) | |
tree | 05fdf00f161b6b4e53326969e029ac5117c20e6f /linux/drivers/media/video/cx88/cx88-i2c.c | |
parent | 502df9a802c518e57a4960a1fb5a0b0ed84c2fff (diff) | |
download | mediapointer-dvb-s2-af9281ddbde97a47a1476d7fb2a60eaf4781d738.tar.gz mediapointer-dvb-s2-af9281ddbde97a47a1476d7fb2a60eaf4781d738.tar.bz2 |
* tuner-core.c:
- Solved a problem when compiling with some versions of gcc
- Solved a problem compiling without CONFIG_TUNER_MULTI_I2C
- cx88-i2c.c, saa7134-i2c.c:
- Make it compatible with kernel 2.6.12-rc6-mm1
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] = { |