summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79/pci.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-03 09:58:37 +0000
committerJohn Crispin <blogic@openwrt.org>2013-02-17 01:25:38 +0100
commit617fed41e98417f3ea3e9974be251e125c8796f2 (patch)
treee3298802b42e780342ef72acf1068423fe0fc320 /arch/mips/ath79/pci.h
parent15b6dcba427d70e61667c28b45e3f090ff00acb1 (diff)
downloadop-kernel-dev-617fed41e98417f3ea3e9974be251e125c8796f2.zip
op-kernel-dev-617fed41e98417f3ea3e9974be251e125c8796f2.tar.gz
MIPS: ath79: allow to specify bus number in PCI IRQ maps
This is needed for multiple PCI bus support. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4913/ Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/ath79/pci.h')
-rw-r--r--arch/mips/ath79/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ath79/pci.h b/arch/mips/ath79/pci.h
index 51c6625..1d00a38 100644
--- a/arch/mips/ath79/pci.h
+++ b/arch/mips/ath79/pci.h
@@ -14,6 +14,7 @@
#define _ATH79_PCI_H
struct ath79_pci_irq {
+ int bus;
u8 slot;
u8 pin;
int irq;
OpenPOWER on IntegriCloud