|
@@ -1293,8 +1293,10 @@ static int maven_command(struct i2c_client* client, unsigned int cmd, void* arg)
|
|
}
|
|
}
|
|
|
|
|
|
static struct i2c_driver maven_driver={
|
|
static struct i2c_driver maven_driver={
|
|
- .owner = THIS_MODULE,
|
|
|
|
- .name = "maven",
|
|
|
|
|
|
+ .driver = {
|
|
|
|
+ .owner = THIS_MODULE,
|
|
|
|
+ .name = "maven",
|
|
|
|
+ },
|
|
.id = I2C_DRIVERID_MGATVO,
|
|
.id = I2C_DRIVERID_MGATVO,
|
|
.attach_adapter = maven_attach_adapter,
|
|
.attach_adapter = maven_attach_adapter,
|
|
.detach_client = maven_detach_client,
|
|
.detach_client = maven_detach_client,
|