diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:59:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:59:19 +0000 |
commit | cdabe30755db20740cb383617a1c739da6b2a300 (patch) | |
tree | f5c421c13e16816195459084cf954aa69ad77d4d /target/linux/atheros/patches-3.18/105-ar2315_pci.patch | |
parent | 2f1ff48ea3dd36424aee989f53104d98a553954b (diff) | |
download | upstream-cdabe30755db20740cb383617a1c739da6b2a300.tar.gz upstream-cdabe30755db20740cb383617a1c739da6b2a300.tar.bz2 upstream-cdabe30755db20740cb383617a1c739da6b2a300.zip |
atheros: v3.18: rearrange interrupt handling functions
No functional changes, just change functions order in source file.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44714
Diffstat (limited to 'target/linux/atheros/patches-3.18/105-ar2315_pci.patch')
-rw-r--r-- | target/linux/atheros/patches-3.18/105-ar2315_pci.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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); |