Commit 37f10544 authored by Kay Sievers's avatar Kay Sievers Committed by Greg Kroah-Hartman

rapidio: struct device - replace bus_id with dev_name(), dev_set_name()

Cc: mporter@kernel.crashing.org
Acked-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarKay Sievers <kay.sievers@vrfy.org>
parent 54cc6954
...@@ -193,7 +193,7 @@ static int rio_match_bus(struct device *dev, struct device_driver *drv) ...@@ -193,7 +193,7 @@ static int rio_match_bus(struct device *dev, struct device_driver *drv)
} }
static struct device rio_bus = { static struct device rio_bus = {
.bus_id = "rapidio", .init_name = "rapidio",
}; };
struct bus_type rio_bus_type = { struct bus_type rio_bus_type = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment