From e1a3107b06a9619773596cd46a9ce0574419aed4 Mon Sep 17 00:00:00 2001 From: Dale Farnsworth Date: Sat, 12 May 2007 10:57:12 +1000 Subject: [POWERPC] Add Marvell mv64x60 PCI bridge support This patch adds PCI bridge support for the Marvell mv64x60 chip. We also provide the ability to read/write the mv64x60 hotswap register via sysfs if the hs_reg_valid property is set in the device tree. Signed-off-by: Dale Farnsworth Acked-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- arch/powerpc/sysdev/mv64x60.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/powerpc/sysdev/mv64x60.h') diff --git a/arch/powerpc/sysdev/mv64x60.h b/arch/powerpc/sysdev/mv64x60.h index 7090039..2ff0b4e 100644 --- a/arch/powerpc/sysdev/mv64x60.h +++ b/arch/powerpc/sysdev/mv64x60.h @@ -6,4 +6,6 @@ extern void __init mv64x60_init_irq(void); extern unsigned int mv64x60_get_irq(void); +extern void __init mv64x60_pci_init(void); + #endif /* __MV64X60_H__ */ -- cgit v1.1