aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-04 11:48:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-04 11:48:15 +0000
commit0d7167f0dbdb887e23ccc91305fc1e20d985d8db (patch)
tree923f00072153ad76742de9301c9f21af9dd61b44 /target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
parent8b0b9fe41449913c684d692e23fab3e7189fea27 (diff)
downloadmaster-187ad058-0d7167f0dbdb887e23ccc91305fc1e20d985d8db.tar.gz
master-187ad058-0d7167f0dbdb887e23ccc91305fc1e20d985d8db.tar.bz2
master-187ad058-0d7167f0dbdb887e23ccc91305fc1e20d985d8db.zip
ar71xx: use backported QCA955x patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35878 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
index 249323246c..d7f3595b88 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
@@ -439,8 +439,8 @@ static struct resource ath79_eth0_resources[] = {
}, {
.name = "mac_irq",
.flags = IORESOURCE_IRQ,
- .start = ATH79_CPU_IRQ_GE0,
- .end = ATH79_CPU_IRQ_GE0,
+ .start = ATH79_CPU_IRQ(4),
+ .end = ATH79_CPU_IRQ(4),
},
};
@@ -467,8 +467,8 @@ static struct resource ath79_eth1_resources[] = {
}, {
.name = "mac_irq",
.flags = IORESOURCE_IRQ,
- .start = ATH79_CPU_IRQ_GE1,
- .end = ATH79_CPU_IRQ_GE1,
+ .start = ATH79_CPU_IRQ(5),
+ .end = ATH79_CPU_IRQ(5),
},
};