diff options
Diffstat (limited to 'drivers/hwmon/w83792d.c')
-rw-r--r-- | drivers/hwmon/w83792d.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hwmon/w83792d.c b/drivers/hwmon/w83792d.c index 6824243d90d7..9018445ac1bf 100644 --- a/drivers/hwmon/w83792d.c +++ b/drivers/hwmon/w83792d.c | |||
@@ -317,8 +317,10 @@ static void w83792d_print_debug(struct w83792d_data *data, struct device *dev); | |||
317 | static void w83792d_init_client(struct i2c_client *client); | 317 | static void w83792d_init_client(struct i2c_client *client); |
318 | 318 | ||
319 | static struct i2c_driver w83792d_driver = { | 319 | static struct i2c_driver w83792d_driver = { |
320 | .owner = THIS_MODULE, | 320 | .driver = { |
321 | .name = "w83792d", | 321 | .owner = THIS_MODULE, |
322 | .name = "w83792d", | ||
323 | }, | ||
322 | .attach_adapter = w83792d_attach_adapter, | 324 | .attach_adapter = w83792d_attach_adapter, |
323 | .detach_client = w83792d_detach_client, | 325 | .detach_client = w83792d_detach_client, |
324 | }; | 326 | }; |