diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-i2c.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c b/drivers/media/video/cx23885/cx23885-i2c.c index 384dec34134f..4172cb387420 100644 --- a/drivers/media/video/cx23885/cx23885-i2c.c +++ b/drivers/media/video/cx23885/cx23885-i2c.c | |||
@@ -283,7 +283,6 @@ static struct i2c_algorithm cx23885_i2c_algo_template = { | |||
283 | static struct i2c_adapter cx23885_i2c_adap_template = { | 283 | static struct i2c_adapter cx23885_i2c_adap_template = { |
284 | .name = "cx23885", | 284 | .name = "cx23885", |
285 | .owner = THIS_MODULE, | 285 | .owner = THIS_MODULE, |
286 | .id = I2C_HW_B_CX23885, | ||
287 | .algo = &cx23885_i2c_algo_template, | 286 | .algo = &cx23885_i2c_algo_template, |
288 | }; | 287 | }; |
289 | 288 | ||