mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
rapidio: struct device - replace bus_id with dev_name(), dev_set_name()
Cc: mporter@kernel.crashing.org Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
This commit is contained in:
parent
54cc6954a4
commit
37f105448e
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue