diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-ixp4xx.c')
-rw-r--r-- | drivers/i2c/busses/i2c-ixp4xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-ixp4xx.c b/drivers/i2c/busses/i2c-ixp4xx.c index 013981df38af..3169280c25a6 100644 --- a/drivers/i2c/busses/i2c-ixp4xx.c +++ b/drivers/i2c/busses/i2c-ixp4xx.c | |||
@@ -155,6 +155,7 @@ static int ixp4xx_i2c_probe(struct device *dev) | |||
155 | } | 155 | } |
156 | 156 | ||
157 | static struct device_driver ixp4xx_i2c_driver = { | 157 | static struct device_driver ixp4xx_i2c_driver = { |
158 | .owner = THIS_MODULE, | ||
158 | .name = "IXP4XX-I2C", | 159 | .name = "IXP4XX-I2C", |
159 | .bus = &platform_bus_type, | 160 | .bus = &platform_bus_type, |
160 | .probe = ixp4xx_i2c_probe, | 161 | .probe = ixp4xx_i2c_probe, |