summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/86xx/mpc86xx.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-06-28 00:37:45 -0500
committerKumar Gala <galak@kernel.crashing.org>2006-06-28 00:37:45 -0500
commit9ad494f62444ee37209e85173377c67612e66ef1 (patch)
tree7f0cf7697b62120179deda730365f4715947a05a /arch/powerpc/platforms/86xx/mpc86xx.h
parentfcc18e83e1f6fd9fa6b333735bf0fcd530655511 (diff)
powerpc: minor cleanups for mpc86xx
* Remove duplicated cputable entry for 8641 (matches w/7448) * Removed __init from function prototypes in mpc86xx.h * Moved pci fixups into board specific code * Moved mpc86xx_exclude_device to generic mpc86xx pci code * Fixed sparse warnings in mpc86xx_smp.c * Removed board specific header include from asm-powerpc/mpc86xx.h Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/mpc86xx.h')
-rw-r--r--arch/powerpc/platforms/86xx/mpc86xx.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/86xx/mpc86xx.h b/arch/powerpc/platforms/86xx/mpc86xx.h
index e3c9e4f417d3..2834462590b8 100644
--- a/arch/powerpc/platforms/86xx/mpc86xx.h
+++ b/arch/powerpc/platforms/86xx/mpc86xx.h
@@ -15,11 +15,13 @@
* mpc86xx_* files. Mostly for use by mpc86xx_setup().
*/
-extern int __init add_bridge(struct device_node *dev);
+extern int add_bridge(struct device_node *dev);
-extern void __init setup_indirect_pcie(struct pci_controller *hose,
+extern int mpc86xx_exclude_device(u_char bus, u_char devfn);
+
+extern void setup_indirect_pcie(struct pci_controller *hose,
u32 cfg_addr, u32 cfg_data);
-extern void __init setup_indirect_pcie_nomap(struct pci_controller *hose,
+extern void setup_indirect_pcie_nomap(struct pci_controller *hose,
void __iomem *cfg_addr,
void __iomem *cfg_data);