summaryrefslogtreecommitdiff
path: root/include/asm-powerpc/tsi108_pci.h
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-05-08 07:27:15 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-08 11:54:20 +1000
commit05ad6a9159401804c9bcec8922a9c4a1cb2bfb59 (patch)
tree2c3c7e2a842da98996250abcc8ee4647984a7e6f /include/asm-powerpc/tsi108_pci.h
parentc1b78d05b3281d6f84284d421fc20eed8b8b78ce (diff)
[POWERPC] Generalize tsi108 PCI setup
Generalize tsi108_setup_pci to take the config space physical address and primary bus designator as a parameter. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/tsi108_pci.h')
-rw-r--r--include/asm-powerpc/tsi108_pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/tsi108_pci.h b/include/asm-powerpc/tsi108_pci.h
index f3be7d90d267..a9f92f73232c 100644
--- a/include/asm-powerpc/tsi108_pci.h
+++ b/include/asm-powerpc/tsi108_pci.h
@@ -37,7 +37,7 @@
#define TSI108_PCI_PFAB_PFM3 (TSI108_PCI_OFFSET + 0x220)
#define TSI108_PCI_PFAB_PFM4 (TSI108_PCI_OFFSET + 0x230)
-extern int tsi108_setup_pci(struct device_node *dev);
+extern int tsi108_setup_pci(struct device_node *dev, u32 cfg_phys, int primary);
extern void tsi108_pci_int_init(struct device_node *node);
extern void tsi108_irq_cascade(unsigned int irq, struct irq_desc *desc);
extern void tsi108_clear_pci_cfg_error(void);