diff options
Diffstat (limited to 'drivers/i2c/i2c-dev.c')
-rw-r--r-- | drivers/i2c/i2c-dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c index 9715217a0343..e140dd7d6a0c 100644 --- a/drivers/i2c/i2c-dev.c +++ b/drivers/i2c/i2c-dev.c | |||
@@ -482,7 +482,6 @@ static int i2cdev_command(struct i2c_client *client, unsigned int cmd, | |||
482 | 482 | ||
483 | static struct i2c_driver i2cdev_driver = { | 483 | static struct i2c_driver i2cdev_driver = { |
484 | .driver = { | 484 | .driver = { |
485 | .owner = THIS_MODULE, | ||
486 | .name = "dev_driver", | 485 | .name = "dev_driver", |
487 | }, | 486 | }, |
488 | .id = I2C_DRIVERID_I2CDEV, | 487 | .id = I2C_DRIVERID_I2CDEV, |