[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1232924129.2924.20.camel@nga>
Date: Sun, 25 Jan 2009 23:55:29 +0100
From: Kay Sievers <kay.sievers@...y.org>
To: mporter@...nel.crashing.org
Cc: gregkh <gregkh@...e.de>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: rapidio: struct device - replace bus_id with dev_name(),
dev_set_name()
From: Kay Sievers <kay.sievers@...y.org>
Subject: rapidio: struct device - replace bus_id with dev_name(), dev_set_name()
Cc: mporter@...nel.crashing.org
Acked-by: Greg Kroah-Hartman <gregkh@...e.de>
Signed-off-by: Kay Sievers <kay.sievers@...y.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 = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists