aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/adv7175.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/adv7175.c')
-rw-r--r--drivers/media/video/adv7175.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/adv7175.c b/drivers/media/video/adv7175.c
index d4859b445715..33158aa734d3 100644
--- a/drivers/media/video/adv7175.c
+++ b/drivers/media/video/adv7175.c
@@ -547,8 +547,10 @@ adv7175_detach_client (struct i2c_client *client)
547/* ----------------------------------------------------------------------- */ 547/* ----------------------------------------------------------------------- */
548 548
549static struct i2c_driver i2c_driver_adv7175 = { 549static struct i2c_driver i2c_driver_adv7175 = {
550 .owner = THIS_MODULE, 550 .driver = {
551 .name = "adv7175", /* name */ 551 .owner = THIS_MODULE,
552 .name = "adv7175", /* name */
553 },
552 554
553 .id = I2C_DRIVERID_ADV7175, 555 .id = I2C_DRIVERID_ADV7175,
554 556