aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2006-01-12 14:18:28 +1100
committerPaul Mackerras <paulus@samba.org>2006-01-12 20:09:30 +1100
commit9623b5d3d3d85bac47a83e0e2cf2a9998ade9bd3 (patch)
tree7f93e9ef28b155020dc09de1b934cc989d4d48f8 /include/asm-powerpc
parent9bd7ea60b1a0cf9fc745fd2eadb261e4c7719acd (diff)
downloadlinux-9623b5d3d3d85bac47a83e0e2cf2a9998ade9bd3.tar.gz
[PATCH] powerpc: small pci cleanups
pcibios_claim_one_bus is not needed on iSeries and phbs_remap_io can be mode static. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/pci-bridge.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h
index b0d816fe2e27e..38de92d41a148 100644
--- a/include/asm-powerpc/pci-bridge.h
+++ b/include/asm-powerpc/pci-bridge.h
@@ -142,8 +142,6 @@ void pcibios_fixup_new_pci_devices(struct pci_bus *bus, int fix_bus);
extern int pcibios_remove_root_bus(struct pci_controller *phb);
-extern void phbs_remap_io(void);
-
static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus)
{
struct device_node *busdn = bus->sysdata;