]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
powerpc/ibmebus: more meaningful variable name
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 7 Jul 2008 22:42:09 +0000 (08:42 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 9 Jul 2008 06:30:46 +0000 (16:30 +1000)
Choose a more meaningful name for better System.map readability and
autopsy value etc.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/ibmebus.c

index e3b1fcd6d99190d8effb67c21cbdd98de885764b..9d42eb57aea3305f1ad866f6709c988363681891 100644 (file)
@@ -53,7 +53,7 @@ static struct device ibmebus_bus_device = { /* fake "parent" device */
 struct bus_type ibmebus_bus_type;
 
 /* These devices will automatically be added to the bus during init */
-static struct of_device_id __initdata builtin_matches[] = {
+static struct of_device_id __initdata ibmebus_matches[] = {
        { .compatible = "IBM,lhca" },
        { .compatible = "IBM,lhea" },
        {},
@@ -354,7 +354,7 @@ static int __init ibmebus_bus_init(void)
                return err;
        }
 
-       err = ibmebus_create_devices(builtin_matches);
+       err = ibmebus_create_devices(ibmebus_matches);
        if (err) {
                device_unregister(&ibmebus_bus_device);
                bus_unregister(&ibmebus_bus_type);