aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-30 00:37:36 -0700
committerDavid S. Miller <davem@davemloft.net>2008-08-30 00:37:36 -0700
commite0ac612e6997429a21887475709ca6d6224971f2 (patch)
tree859cc41875cf525513568543759f344f68864351 /arch/sparc
parent356d164757310cd822d71da2027d50ec39798b7f (diff)
sparc: Kill ebus_bus_type.
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r--arch/sparc/include/asm/of_platform.h2
-rw-r--r--arch/sparc/kernel/of_device.c10
2 files changed, 0 insertions, 12 deletions
diff --git a/arch/sparc/include/asm/of_platform.h b/arch/sparc/include/asm/of_platform.h
index 71ada5238b9..90da99059f8 100644
--- a/arch/sparc/include/asm/of_platform.h
+++ b/arch/sparc/include/asm/of_platform.h
@@ -13,8 +13,6 @@
*
*/
-extern struct bus_type ebus_bus_type;
-
#define of_bus_type of_platform_bus_type /* for compatibility */
#endif
diff --git a/arch/sparc/kernel/of_device.c b/arch/sparc/kernel/of_device.c
index 576fa2ffa69..c59014886af 100644
--- a/arch/sparc/kernel/of_device.c
+++ b/arch/sparc/kernel/of_device.c
@@ -62,11 +62,6 @@ void of_propagate_archdata(struct of_device *bus)
}
}
-#ifdef CONFIG_PCI
-struct bus_type ebus_bus_type;
-EXPORT_SYMBOL(ebus_bus_type);
-#endif
-
struct bus_type of_platform_bus_type;
EXPORT_SYMBOL(of_platform_bus_type);
@@ -584,11 +579,6 @@ static int __init of_bus_driver_init(void)
int err;
err = of_bus_type_init(&of_platform_bus_type, "of");
-#ifdef CONFIG_PCI
- if (!err)
- err = of_bus_type_init(&ebus_bus_type, "ebus");
-#endif
-
if (!err)
scan_of_devices();