summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-13 03:01:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 03:01:50 +0000
commit7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a (patch)
treebebe27070010ea2964ba04cc2b9a552487c72cb4 /target/linux/atheros/patches-3.18/105-ar2315_pci.patch
parent1b5b20e51e290e58cc28a9a7cfb72178c0c10614 (diff)
downloadmtk-20170518-7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a.zip
mtk-20170518-7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a.tar.gz
mtk-20170518-7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a.tar.bz2
atheros: v3.18: cleanup includes
Remove odd and add missed includes. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44730
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.patch4
1 files changed, 2 insertions, 2 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 80256d4..24890b7 100644
--- a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
+++ b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
@@ -537,7 +537,7 @@
+ default y
--- a/arch/mips/ath25/ar2315.c
+++ b/arch/mips/ath25/ar2315.c
-@@ -139,6 +139,10 @@ static void ar2315_irq_dispatch(void)
+@@ -134,6 +134,10 @@ static void ar2315_irq_dispatch(void)
if (pending & CAUSEF_IP3)
do_IRQ(AR2315_IRQ_WLAN0);
@@ -548,7 +548,7 @@
else if (pending & CAUSEF_IP2)
do_IRQ(AR2315_IRQ_MISC);
else if (pending & CAUSEF_IP7)
-@@ -303,10 +307,62 @@ void __init ar2315_plat_mem_setup(void)
+@@ -298,10 +302,62 @@ void __init ar2315_plat_mem_setup(void)
_machine_restart = ar2315_restart;
}