diff options
Diffstat (limited to 'arch/powerpc/platforms/86xx/pci.c')
-rw-r--r-- | arch/powerpc/platforms/86xx/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/pci.c b/arch/powerpc/platforms/86xx/pci.c index 8235c562661..c1d65fac690 100644 --- a/arch/powerpc/platforms/86xx/pci.c +++ b/arch/powerpc/platforms/86xx/pci.c | |||
@@ -148,7 +148,7 @@ int mpc86xx_exclude_device(u_char bus, u_char devfn) | |||
148 | return PCIBIOS_SUCCESSFUL; | 148 | return PCIBIOS_SUCCESSFUL; |
149 | } | 149 | } |
150 | 150 | ||
151 | int __init add_bridge(struct device_node *dev) | 151 | int __init mpc86xx_add_bridge(struct device_node *dev) |
152 | { | 152 | { |
153 | int len; | 153 | int len; |
154 | struct pci_controller *hose; | 154 | struct pci_controller *hose; |