diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-17 09:55:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:23 -0400 |
commit | 7ab2dc41d15f31e9d5472e46148337b4cf7c941c (patch) | |
tree | f42d6678527130086997dfb3fe8e7a7f41dbf933 /include/asm-mips | |
parent | 610019baddcb4c4c323c12cd44ca7f73d7145d6f (diff) |
[MIPS] SN: Declare bridge_pci_ops.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/pci/bridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/pci/bridge.h b/include/asm-mips/pci/bridge.h index b4ee995c56e6..2bb1fca66136 100644 --- a/include/asm-mips/pci/bridge.h +++ b/include/asm-mips/pci/bridge.h | |||
@@ -848,4 +848,6 @@ struct bridge_controller { | |||
848 | extern void register_bridge_irq(unsigned int irq); | 848 | extern void register_bridge_irq(unsigned int irq); |
849 | extern int request_bridge_irq(struct bridge_controller *bc); | 849 | extern int request_bridge_irq(struct bridge_controller *bc); |
850 | 850 | ||
851 | extern struct pci_ops bridge_pci_ops; | ||
852 | |||
851 | #endif /* _ASM_PCI_BRIDGE_H */ | 853 | #endif /* _ASM_PCI_BRIDGE_H */ |