diff options
Diffstat (limited to 'drivers/message/i2o/bus-osm.c')
-rw-r--r-- | drivers/message/i2o/bus-osm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/bus-osm.c b/drivers/message/i2o/bus-osm.c index d43c35894ae9..151b228e1cb3 100644 --- a/drivers/message/i2o/bus-osm.c +++ b/drivers/message/i2o/bus-osm.c | |||
@@ -59,7 +59,7 @@ static int i2o_bus_scan(struct i2o_device *dev) | |||
59 | * | 59 | * |
60 | * Returns count. | 60 | * Returns count. |
61 | */ | 61 | */ |
62 | static ssize_t i2o_bus_store_scan(struct device *d, const char *buf, | 62 | static ssize_t i2o_bus_store_scan(struct device *d, struct device_attribute *attr, const char *buf, |
63 | size_t count) | 63 | size_t count) |
64 | { | 64 | { |
65 | struct i2o_device *i2o_dev = to_i2o_device(d); | 65 | struct i2o_device *i2o_dev = to_i2o_device(d); |