diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 02:58:37 +0000 |
commit | 2bb958374163f80956403e8a7905c1a8afd10454 (patch) | |
tree | 29e2bf84a0e04b86b2d41b7ba22025a099413bc7 /target/linux/atheros/patches-3.18/105-ar2315_pci.patch | |
parent | ef65a21a0c6abcf41348d413c3b99929fe14d5dc (diff) | |
download | upstream-2bb958374163f80956403e8a7905c1a8afd10454.tar.gz upstream-2bb958374163f80956403e8a7905c1a8afd10454.tar.bz2 upstream-2bb958374163f80956403e8a7905c1a8afd10454.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>
SVN-Revision: 44710
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 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()); } |