diff options
Diffstat (limited to 'drivers/media/video/tvaudio.c')
-rw-r--r-- | drivers/media/video/tvaudio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/tvaudio.c b/drivers/media/video/tvaudio.c index 3565f35be7a1..4f1f339283e0 100644 --- a/drivers/media/video/tvaudio.c +++ b/drivers/media/video/tvaudio.c | |||
@@ -1713,7 +1713,6 @@ static struct i2c_driver driver = { | |||
1713 | static struct i2c_client client_template = | 1713 | static struct i2c_client client_template = |
1714 | { | 1714 | { |
1715 | .name = "(unset)", | 1715 | .name = "(unset)", |
1716 | .flags = I2C_CLIENT_ALLOW_USE, | ||
1717 | .driver = &driver, | 1716 | .driver = &driver, |
1718 | }; | 1717 | }; |
1719 | 1718 | ||