diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-02 12:14:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-02 12:14:23 -0400 |
commit | d9c566198bfdf72a041322a093fdc1a2dc231170 (patch) | |
tree | 908acd901d8deb0c6ff54323c96cf61d2f005faf /arch/sparc64/kernel/of_device.c | |
parent | 17263849c7ad2279667dd298083eceefcd1b5845 (diff) | |
parent | 0a4949c4414af2eb91414bcd8e2a8ac3706f7dde (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
sparc64: Do not clobber %g7 in setcontext() trap.
sparc64: Kill __show_regs().
sparc: Add __KERNEL__ ifdef protection to pt_regs helpers.
sparc64: Kill smp_report_regs().
sparc64: Kill VERBOSE_SHOWREGS code.
sparc64: Hook up trigger_all_cpu_backtrace().
sparc64: Make global reg dumping even more useful.
sparc: Ignore drivers/video/console/promcon_tbl.c conmakehash generated file
sparc64: FUTEX_OP_ANDN fix
sparc: merge of_platform_{32,64}.h
sparc64: Kill isa_bus_type.
sparc64: Fix global reg snapshotting on self-cpu.
Diffstat (limited to 'arch/sparc64/kernel/of_device.c')
-rw-r--r-- | arch/sparc64/kernel/of_device.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sparc64/kernel/of_device.c b/arch/sparc64/kernel/of_device.c index 4fd48ab7dda4..f8b50cbf4bf7 100644 --- a/arch/sparc64/kernel/of_device.c +++ b/arch/sparc64/kernel/of_device.c | |||
@@ -56,9 +56,6 @@ struct of_device *of_find_device_by_node(struct device_node *dp) | |||
56 | EXPORT_SYMBOL(of_find_device_by_node); | 56 | EXPORT_SYMBOL(of_find_device_by_node); |
57 | 57 | ||
58 | #ifdef CONFIG_PCI | 58 | #ifdef CONFIG_PCI |
59 | struct bus_type isa_bus_type; | ||
60 | EXPORT_SYMBOL(isa_bus_type); | ||
61 | |||
62 | struct bus_type ebus_bus_type; | 59 | struct bus_type ebus_bus_type; |
63 | EXPORT_SYMBOL(ebus_bus_type); | 60 | EXPORT_SYMBOL(ebus_bus_type); |
64 | #endif | 61 | #endif |
@@ -842,8 +839,6 @@ static int __init of_bus_driver_init(void) | |||
842 | err = of_bus_type_init(&of_platform_bus_type, "of"); | 839 | err = of_bus_type_init(&of_platform_bus_type, "of"); |
843 | #ifdef CONFIG_PCI | 840 | #ifdef CONFIG_PCI |
844 | if (!err) | 841 | if (!err) |
845 | err = of_bus_type_init(&isa_bus_type, "isa"); | ||
846 | if (!err) | ||
847 | err = of_bus_type_init(&ebus_bus_type, "ebus"); | 842 | err = of_bus_type_init(&ebus_bus_type, "ebus"); |
848 | #endif | 843 | #endif |
849 | #ifdef CONFIG_SBUS | 844 | #ifdef CONFIG_SBUS |