diff options
Diffstat (limited to 'drivers/video/matrox/matroxfb_maven.c')
-rw-r--r-- | drivers/video/matrox/matroxfb_maven.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/video/matrox/matroxfb_maven.c b/drivers/video/matrox/matroxfb_maven.c index 78994c5fe932..f6fdb69af0b4 100644 --- a/drivers/video/matrox/matroxfb_maven.c +++ b/drivers/video/matrox/matroxfb_maven.c | |||
@@ -1293,8 +1293,10 @@ static int maven_command(struct i2c_client* client, unsigned int cmd, void* arg) | |||
1293 | } | 1293 | } |
1294 | 1294 | ||
1295 | static struct i2c_driver maven_driver={ | 1295 | static struct i2c_driver maven_driver={ |
1296 | .owner = THIS_MODULE, | 1296 | .driver = { |
1297 | .name = "maven", | 1297 | .owner = THIS_MODULE, |
1298 | .name = "maven", | ||
1299 | }, | ||
1298 | .id = I2C_DRIVERID_MGATVO, | 1300 | .id = I2C_DRIVERID_MGATVO, |
1299 | .attach_adapter = maven_attach_adapter, | 1301 | .attach_adapter = maven_attach_adapter, |
1300 | .detach_client = maven_detach_client, | 1302 | .detach_client = maven_detach_client, |