diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-mv64xxx.c')
-rw-r--r-- | drivers/i2c/busses/i2c-mv64xxx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-mv64xxx.c b/drivers/i2c/busses/i2c-mv64xxx.c index 99abca45fece..69709ee0b896 100644 --- a/drivers/i2c/busses/i2c-mv64xxx.c +++ b/drivers/i2c/busses/i2c-mv64xxx.c | |||
@@ -570,6 +570,7 @@ mv64xxx_i2c_remove(struct device *dev) | |||
570 | } | 570 | } |
571 | 571 | ||
572 | static struct device_driver mv64xxx_i2c_driver = { | 572 | static struct device_driver mv64xxx_i2c_driver = { |
573 | .owner = THIS_MODULE, | ||
573 | .name = MV64XXX_I2C_CTLR_NAME, | 574 | .name = MV64XXX_I2C_CTLR_NAME, |
574 | .bus = &platform_bus_type, | 575 | .bus = &platform_bus_type, |
575 | .probe = mv64xxx_i2c_probe, | 576 | .probe = mv64xxx_i2c_probe, |