Commit 71fc324b authored by David S. Miller's avatar David S. Miller

sparc64: Kill isa_bus_type.

I forgot to delete this when I removed the ISA bus layer
from the sparc ports.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 17b6f586
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
/* This is just here during the transition */ /* This is just here during the transition */
#include <linux/of_platform.h> #include <linux/of_platform.h>
extern struct bus_type isa_bus_type;
extern struct bus_type ebus_bus_type; extern struct bus_type ebus_bus_type;
extern struct bus_type sbus_bus_type; extern struct bus_type sbus_bus_type;
......
...@@ -56,9 +56,6 @@ struct of_device *of_find_device_by_node(struct device_node *dp) ...@@ -56,9 +56,6 @@ struct of_device *of_find_device_by_node(struct device_node *dp)
EXPORT_SYMBOL(of_find_device_by_node); EXPORT_SYMBOL(of_find_device_by_node);
#ifdef CONFIG_PCI #ifdef CONFIG_PCI
struct bus_type isa_bus_type;
EXPORT_SYMBOL(isa_bus_type);
struct bus_type ebus_bus_type; struct bus_type ebus_bus_type;
EXPORT_SYMBOL(ebus_bus_type); EXPORT_SYMBOL(ebus_bus_type);
#endif #endif
...@@ -841,8 +838,6 @@ static int __init of_bus_driver_init(void) ...@@ -841,8 +838,6 @@ static int __init of_bus_driver_init(void)
err = of_bus_type_init(&of_platform_bus_type, "of"); err = of_bus_type_init(&of_platform_bus_type, "of");
#ifdef CONFIG_PCI #ifdef CONFIG_PCI
if (!err)
err = of_bus_type_init(&isa_bus_type, "isa");
if (!err) if (!err)
err = of_bus_type_init(&ebus_bus_type, "ebus"); err = of_bus_type_init(&ebus_bus_type, "ebus");
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment