projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
610019b
)
[MIPS] SN: Declare bridge_pci_ops.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 17 Jun 2006 13:55:40 +0000
(14:55 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:23 +0000
(17:39 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/pci/bridge.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/pci/bridge.h
b/include/asm-mips/pci/bridge.h
index b4ee995c56e6370ebb492e80c0869501594b56be..2bb1fca6613624f0ed6a8752c0370a1d7dc606ba 100644
(file)
--- a/
include/asm-mips/pci/bridge.h
+++ b/
include/asm-mips/pci/bridge.h
@@
-848,4
+848,6
@@
struct bridge_controller {
extern void register_bridge_irq(unsigned int irq);
extern int request_bridge_irq(struct bridge_controller *bc);
+extern struct pci_ops bridge_pci_ops;
+
#endif /* _ASM_PCI_BRIDGE_H */