aboutsummaryrefslogtreecommitdiffstats
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 02:58:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 02:58:37 +0000
commit36ac89d1688676649375f33f354d21d929fa8dae (patch)
tree93dfd98cf31e7bef1901f695918a30a25786401a /target/linux/atheros/patches-3.18/105-ar2315_pci.patch
parent3e2402cf8213144f966b824cb1925341cfe9262a (diff)
downloadmaster-187ad058-36ac89d1688676649375f33f354d21d929fa8dae.tar.gz
master-187ad058-36ac89d1688676649375f33f354d21d929fa8dae.tar.bz2
master-187ad058-36ac89d1688676649375f33f354d21d929fa8dae.zip
atheros: v3.18: remove eth platform device unused field
Ethernet controller driver don't use boarddata directly, so remove corresponding field from its platform device structure. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44710 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch2
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 6e398dc34e..d86e9b7901 100644
--- a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
+++ b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
@@ -382,7 +382,7 @@
else if (pending & CAUSEF_IP2)
do_IRQ(AR2315_IRQ_MISC_INTRS);
else if (pending & CAUSEF_IP7)
-@@ -458,3 +462,18 @@ ar2315_plat_setup(void)
+@@ -457,3 +461,18 @@ ar2315_plat_setup(void)
ar231x_serial_setup(AR2315_UART0, AR2315_MISC_IRQ_UART0,
ar2315_apb_frequency());
}