aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/m41t00.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/chips/m41t00.c')
-rw-r--r--drivers/i2c/chips/m41t00.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/i2c/chips/m41t00.c b/drivers/i2c/chips/m41t00.c
index 13e67836b348..92759b26fdcf 100644
--- a/drivers/i2c/chips/m41t00.c
+++ b/drivers/i2c/chips/m41t00.c
@@ -211,8 +211,10 @@ m41t00_detach(struct i2c_client *client)
211} 211}
212 212
213static struct i2c_driver m41t00_driver = { 213static struct i2c_driver m41t00_driver = {
214 .owner = THIS_MODULE, 214 .driver = {
215 .name = M41T00_DRV_NAME, 215 .owner = THIS_MODULE,
216 .name = M41T00_DRV_NAME,
217 },
216 .id = I2C_DRIVERID_STM41T00, 218 .id = I2C_DRIVERID_STM41T00,
217 .attach_adapter = m41t00_attach, 219 .attach_adapter = m41t00_attach,
218 .detach_client = m41t00_detach, 220 .detach_client = m41t00_detach,