aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc64/kernel/pci.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-04-26 21:07:35 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-26 21:41:23 -0700
commit5da496e4b90626784a82803682e186a8e67222a0 (patch)
tree743c596710e0f9a7eed25c495296e13755ce0813 /arch/sparc64/kernel/pci.c
parent9c1a5077fdca99356c891af37931e537dea874f5 (diff)
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/pci.c b/arch/sparc64/kernel/pci.c
index 49f91276651..dbf2fc2f4d8 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();