aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r--drivers/hwmon/it87.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c
index 24d520bcc0b6..29b74a880eae 100644
--- a/drivers/hwmon/it87.c
+++ b/drivers/hwmon/it87.c
@@ -235,7 +235,6 @@ static void it87_init_client(struct i2c_client *client, struct it87_data *data);
235 235
236static struct i2c_driver it87_driver = { 236static struct i2c_driver it87_driver = {
237 .driver = { 237 .driver = {
238 .owner = THIS_MODULE,
239 .name = "it87", 238 .name = "it87",
240 }, 239 },
241 .id = I2C_DRIVERID_IT87, 240 .id = I2C_DRIVERID_IT87,
@@ -245,7 +244,6 @@ static struct i2c_driver it87_driver = {
245 244
246static struct i2c_driver it87_isa_driver = { 245static struct i2c_driver it87_isa_driver = {
247 .driver = { 246 .driver = {
248 .owner = THIS_MODULE,
249 .name = "it87-isa", 247 .name = "it87-isa",
250 }, 248 },
251 .attach_adapter = it87_isa_attach_adapter, 249 .attach_adapter = it87_isa_attach_adapter,