diff options
Diffstat (limited to 'drivers/media/video/tuner-3036.c')
-rw-r--r-- | drivers/media/video/tuner-3036.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-3036.c b/drivers/media/video/tuner-3036.c index 3505cec2e65a..83257af8db41 100644 --- a/drivers/media/video/tuner-3036.c +++ b/drivers/media/video/tuner-3036.c | |||
@@ -175,8 +175,10 @@ tuner_probe(struct i2c_adapter *adap) | |||
175 | static struct i2c_driver | 175 | static struct i2c_driver |
176 | i2c_driver_tuner = | 176 | i2c_driver_tuner = |
177 | { | 177 | { |
178 | .owner = THIS_MODULE, | 178 | .driver = { |
179 | .name = "sab3036", | 179 | .owner = THIS_MODULE, |
180 | .name = "sab3036", | ||
181 | }, | ||
180 | .id = I2C_DRIVERID_SAB3036, | 182 | .id = I2C_DRIVERID_SAB3036, |
181 | .attach_adapter = tuner_probe, | 183 | .attach_adapter = tuner_probe, |
182 | .detach_client = tuner_detach, | 184 | .detach_client = tuner_detach, |