diff options
-rw-r--r-- | drivers/rapidio/rio-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rapidio/rio-driver.c b/drivers/rapidio/rio-driver.c index addb87cf44d9..3222fa3c808c 100644 --- a/drivers/rapidio/rio-driver.c +++ b/drivers/rapidio/rio-driver.c | |||
@@ -193,7 +193,7 @@ static int rio_match_bus(struct device *dev, struct device_driver *drv) | |||
193 | } | 193 | } |
194 | 194 | ||
195 | static struct device rio_bus = { | 195 | static struct device rio_bus = { |
196 | .bus_id = "rapidio", | 196 | .init_name = "rapidio", |
197 | }; | 197 | }; |
198 | 198 | ||
199 | struct bus_type rio_bus_type = { | 199 | struct bus_type rio_bus_type = { |