diff options
Diffstat (limited to 'drivers/media/video/bt832.c')
-rw-r--r-- | drivers/media/video/bt832.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/bt832.c b/drivers/media/video/bt832.c index 0ba8652357e2..4ed13860b523 100644 --- a/drivers/media/video/bt832.c +++ b/drivers/media/video/bt832.c | |||
@@ -240,7 +240,6 @@ static struct i2c_driver driver = { | |||
240 | static struct i2c_client client_template = | 240 | static struct i2c_client client_template = |
241 | { | 241 | { |
242 | .name = "bt832", | 242 | .name = "bt832", |
243 | .flags = I2C_CLIENT_ALLOW_USE, | ||
244 | .driver = &driver, | 243 | .driver = &driver, |
245 | }; | 244 | }; |
246 | 245 | ||