diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-iop3xx.c')
-rw-r--r-- | drivers/i2c/busses/i2c-iop3xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-iop3xx.c b/drivers/i2c/busses/i2c-iop3xx.c index 3d16c2f60a5e..72d6161cf77c 100644 --- a/drivers/i2c/busses/i2c-iop3xx.c +++ b/drivers/i2c/busses/i2c-iop3xx.c | |||
@@ -516,7 +516,6 @@ static struct platform_driver iop3xx_i2c_driver = { | |||
516 | .probe = iop3xx_i2c_probe, | 516 | .probe = iop3xx_i2c_probe, |
517 | .remove = iop3xx_i2c_remove, | 517 | .remove = iop3xx_i2c_remove, |
518 | .driver = { | 518 | .driver = { |
519 | .owner = THIS_MODULE, | ||
520 | .name = "IOP3xx-I2C", | 519 | .name = "IOP3xx-I2C", |
521 | }, | 520 | }, |
522 | }; | 521 | }; |