diff options
author | David S. Miller <davem@davemloft.net> | 2008-04-27 06:07:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-27 06:41:23 +0200 |
commit | 5da496e4b90626784a82803682e186a8e67222a0 (patch) | |
tree | 743c596710e0f9a7eed25c495296e13755ce0813 /arch/sparc64/kernel/pci.c | |
parent | input: Rewrite sparcspkr device probing. (diff) | |
download | linux-5da496e4b90626784a82803682e186a8e67222a0.tar.xz linux-5da496e4b90626784a82803682e186a8e67222a0.zip |
sparc64: Kill unused local ISA bus layer.
No more drivers use this, and therefore it can die.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci.c')
-rw-r--r-- | arch/sparc64/kernel/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/pci.c b/arch/sparc64/kernel/pci.c index 49f912766519..dbf2fc2f4d87 100644 --- a/arch/sparc64/kernel/pci.c +++ b/arch/sparc64/kernel/pci.c @@ -23,7 +23,6 @@ #include <asm/pgtable.h> #include <asm/irq.h> #include <asm/ebus.h> -#include <asm/isa.h> #include <asm/prom.h> #include <asm/apb.h> @@ -885,7 +884,6 @@ static int __init pcibios_init(void) pci_scan_each_controller_bus(); - isa_init(); ebus_init(); power_init(); |