diff options
Diffstat (limited to 'drivers/media/video/tea6420.c')
-rw-r--r-- | drivers/media/video/tea6420.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/tea6420.c b/drivers/media/video/tea6420.c index fd417de95847..74cc25f04056 100644 --- a/drivers/media/video/tea6420.c +++ b/drivers/media/video/tea6420.c | |||
@@ -167,8 +167,10 @@ static int command(struct i2c_client *client, unsigned int cmd, void *arg) | |||
167 | } | 167 | } |
168 | 168 | ||
169 | static struct i2c_driver driver = { | 169 | static struct i2c_driver driver = { |
170 | .owner = THIS_MODULE, | 170 | .driver = { |
171 | .name = "tea6420", | 171 | .owner = THIS_MODULE, |
172 | .name = "tea6420", | ||
173 | }, | ||
172 | .id = I2C_DRIVERID_TEA6420, | 174 | .id = I2C_DRIVERID_TEA6420, |
173 | .attach_adapter = attach, | 175 | .attach_adapter = attach, |
174 | .detach_client = detach, | 176 | .detach_client = detach, |