aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-30 03:37:36 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-30 03:37:36 -0400
commite0ac612e6997429a21887475709ca6d6224971f2 (patch)
tree859cc41875cf525513568543759f344f68864351 /arch/sparc64
parent356d164757310cd822d71da2027d50ec39798b7f (diff)
sparc: Kill ebus_bus_type.
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/kernel/of_device.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sparc64/kernel/of_device.c b/arch/sparc64/kernel/of_device.c
index 6ae92536517a..e427086e3b58 100644
--- a/arch/sparc64/kernel/of_device.c
+++ b/arch/sparc64/kernel/of_device.c
@@ -88,11 +88,6 @@ void of_propagate_archdata(struct of_device *bus)
88 } 88 }
89} 89}
90 90
91#ifdef CONFIG_PCI
92struct bus_type ebus_bus_type;
93EXPORT_SYMBOL(ebus_bus_type);
94#endif
95
96struct bus_type of_platform_bus_type; 91struct bus_type of_platform_bus_type;
97EXPORT_SYMBOL(of_platform_bus_type); 92EXPORT_SYMBOL(of_platform_bus_type);
98 93
@@ -865,11 +860,6 @@ static int __init of_bus_driver_init(void)
865 int err; 860 int err;
866 861
867 err = of_bus_type_init(&of_platform_bus_type, "of"); 862 err = of_bus_type_init(&of_platform_bus_type, "of");
868#ifdef CONFIG_PCI
869 if (!err)
870 err = of_bus_type_init(&ebus_bus_type, "ebus");
871#endif
872
873 if (!err) 863 if (!err)
874 scan_of_devices(); 864 scan_of_devices();
875 865