diff options
Diffstat (limited to 'drivers/message/i2o/driver.c')
-rw-r--r-- | drivers/message/i2o/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/driver.c b/drivers/message/i2o/driver.c index 9c631c873dc6..45f4119a75f6 100644 --- a/drivers/message/i2o/driver.c +++ b/drivers/message/i2o/driver.c | |||
@@ -64,7 +64,7 @@ static int i2o_bus_match(struct device *dev, struct device_driver *drv) | |||
64 | struct bus_type i2o_bus_type = { | 64 | struct bus_type i2o_bus_type = { |
65 | .name = "i2o", | 65 | .name = "i2o", |
66 | .match = i2o_bus_match, | 66 | .match = i2o_bus_match, |
67 | .dev_attrs = i2o_device_attrs, | 67 | .dev_attrs = i2o_device_attrs |
68 | }; | 68 | }; |
69 | 69 | ||
70 | /** | 70 | /** |