diff options
Diffstat (limited to 'arch/sparc64/kernel/of_device.c')
-rw-r--r-- | arch/sparc64/kernel/of_device.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sparc64/kernel/of_device.c b/arch/sparc64/kernel/of_device.c index b22475f85a5e..6ae92536517a 100644 --- a/arch/sparc64/kernel/of_device.c +++ b/arch/sparc64/kernel/of_device.c | |||
@@ -93,11 +93,6 @@ struct bus_type ebus_bus_type; | |||
93 | EXPORT_SYMBOL(ebus_bus_type); | 93 | EXPORT_SYMBOL(ebus_bus_type); |
94 | #endif | 94 | #endif |
95 | 95 | ||
96 | #ifdef CONFIG_SBUS | ||
97 | struct bus_type sbus_bus_type; | ||
98 | EXPORT_SYMBOL(sbus_bus_type); | ||
99 | #endif | ||
100 | |||
101 | struct bus_type of_platform_bus_type; | 96 | struct bus_type of_platform_bus_type; |
102 | EXPORT_SYMBOL(of_platform_bus_type); | 97 | EXPORT_SYMBOL(of_platform_bus_type); |
103 | 98 | ||
@@ -874,10 +869,6 @@ static int __init of_bus_driver_init(void) | |||
874 | if (!err) | 869 | if (!err) |
875 | err = of_bus_type_init(&ebus_bus_type, "ebus"); | 870 | err = of_bus_type_init(&ebus_bus_type, "ebus"); |
876 | #endif | 871 | #endif |
877 | #ifdef CONFIG_SBUS | ||
878 | if (!err) | ||
879 | err = of_bus_type_init(&sbus_bus_type, "sbus"); | ||
880 | #endif | ||
881 | 872 | ||
882 | if (!err) | 873 | if (!err) |
883 | scan_of_devices(); | 874 | scan_of_devices(); |