Messages in this thread Patch in this message |  | | | Subject | rapidio: struct device - replace bus_id with dev_name(), dev_set_name() | | From | Kay Sievers <> | | Date | Sun, 25 Jan 2009 23:55:29 +0100 |
| |
From: Kay Sievers <kay.sievers@vrfy.org> Subject: 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> --- drivers/rapidio/rio-driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/rapidio/rio-driver.c +++ b/drivers/rapidio/rio-driver.c @@ -193,7 +193,7 @@ static int rio_match_bus(struct device * } static struct device rio_bus = { - .bus_id = "rapidio", + .init_name = "rapidio", }; struct bus_type rio_bus_type = {
|  |