diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-03-24 19:38:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-03-24 19:38:21 -0400 |
commit | 37f105448eac49073c3ff9f101553aad845d24eb (patch) | |
tree | 355ff7cdef6810cf71bdfa88725fbc66d1746e7b | |
parent | 54cc6954a431dad42fb73e0a50b6d318a70594f6 (diff) |
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>
-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 = { |