From cdabe30755db20740cb383617a1c739da6b2a300 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 13 Mar 2015 02:59:19 +0000 Subject: atheros: v3.18: rearrange interrupt handling functions No functional changes, just change functions order in source file. Signed-off-by: Sergey Ryazanov SVN-Revision: 44714 --- target/linux/atheros/patches-3.18/105-ar2315_pci.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/patches-3.18/105-ar2315_pci.patch') diff --git a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch index 3c66d86fe9..6a370f4701 100644 --- a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch @@ -371,7 +371,7 @@ + default y --- a/arch/mips/ath25/ar2315.c +++ b/arch/mips/ath25/ar2315.c -@@ -76,6 +76,10 @@ static void ar2315_irq_dispatch(void) +@@ -116,6 +116,10 @@ static void ar2315_irq_dispatch(void) do_IRQ(AR2315_IRQ_WLAN0_INTRS); else if (pending & CAUSEF_IP4) do_IRQ(AR2315_IRQ_ENET0_INTRS); -- cgit v1.2.3