aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/adv7170.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/adv7170.c')
-rw-r--r--drivers/media/video/adv7170.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/adv7170.c b/drivers/media/video/adv7170.c
index 622b1619a7e3..c5f1c6b681bd 100644
--- a/drivers/media/video/adv7170.c
+++ b/drivers/media/video/adv7170.c
@@ -497,8 +497,10 @@ adv7170_detach_client (struct i2c_client *client)
497/* ----------------------------------------------------------------------- */ 497/* ----------------------------------------------------------------------- */
498 498
499static struct i2c_driver i2c_driver_adv7170 = { 499static struct i2c_driver i2c_driver_adv7170 = {
500 .owner = THIS_MODULE, 500 .driver = {
501 .name = "adv7170", /* name */ 501 .owner = THIS_MODULE,
502 .name = "adv7170", /* name */
503 },
502 504
503 .id = I2C_DRIVERID_ADV7170, 505 .id = I2C_DRIVERID_ADV7170,
504 506