diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-ixp2000.c')
-rw-r--r-- | drivers/i2c/busses/i2c-ixp2000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-ixp2000.c b/drivers/i2c/busses/i2c-ixp2000.c index 9dee505ceed2..c3292dc743f1 100644 --- a/drivers/i2c/busses/i2c-ixp2000.c +++ b/drivers/i2c/busses/i2c-ixp2000.c | |||
@@ -146,6 +146,7 @@ static int ixp2000_i2c_probe(struct device *dev) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | static struct device_driver ixp2000_i2c_driver = { | 148 | static struct device_driver ixp2000_i2c_driver = { |
149 | .owner = THIS_MODULE, | ||
149 | .name = "IXP2000-I2C", | 150 | .name = "IXP2000-I2C", |
150 | .bus = &platform_bus_type, | 151 | .bus = &platform_bus_type, |
151 | .probe = ixp2000_i2c_probe, | 152 | .probe = ixp2000_i2c_probe, |