diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-i2c.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-i2c.c b/drivers/media/video/cx18/cx18-i2c.c index 8591e4fc359f..237d84841b26 100644 --- a/drivers/media/video/cx18/cx18-i2c.c +++ b/drivers/media/video/cx18/cx18-i2c.c | |||
@@ -190,7 +190,6 @@ static int cx18_getsda(void *data) | |||
190 | /* template for i2c-bit-algo */ | 190 | /* template for i2c-bit-algo */ |
191 | static struct i2c_adapter cx18_i2c_adap_template = { | 191 | static struct i2c_adapter cx18_i2c_adap_template = { |
192 | .name = "cx18 i2c driver", | 192 | .name = "cx18 i2c driver", |
193 | .id = I2C_HW_B_CX2341X, | ||
194 | .algo = NULL, /* set by i2c-algo-bit */ | 193 | .algo = NULL, /* set by i2c-algo-bit */ |
195 | .algo_data = NULL, /* filled from template */ | 194 | .algo_data = NULL, /* filled from template */ |
196 | .owner = THIS_MODULE, | 195 | .owner = THIS_MODULE, |