diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-07 14:26:15 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-06-04 11:33:44 +0200 |
commit | 092ac42e1e625defa637b0bd1181e351d430e15b (patch) | |
tree | 72c4530fa0b967a7030df221857cf5f063a4d3d2 /target/linux/brcm63xx/patches-4.4/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch | |
parent | 474cde61234c1191e1caeff01a41c324eda4d28d (diff) | |
download | upstream-092ac42e1e625defa637b0bd1181e351d430e15b.tar.gz upstream-092ac42e1e625defa637b0bd1181e351d430e15b.tar.bz2 upstream-092ac42e1e625defa637b0bd1181e351d430e15b.zip |
brcm63xx: drop support for caldata in brcm63xxpart
Now that we always provide these partitions through DT, we don't need to
pass their data through parser data from board files anymore.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/patches-4.4/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.4/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch b/target/linux/brcm63xx/patches-4.4/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch index 7a7c8258d7..7d012167c2 100644 --- a/target/linux/brcm63xx/patches-4.4/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch +++ b/target/linux/brcm63xx/patches-4.4/416-BCM63XX-add-a-fixup-for-ath9k-devices.patch @@ -24,7 +24,7 @@ Subject: [PATCH 61/72] BCM63XX: add a fixup for ath9k devices obj-y += boards/ --- /dev/null +++ b/arch/mips/bcm63xx/pci-ath9k-fixup.c -@@ -0,0 +1,199 @@ +@@ -0,0 +1,201 @@ +/* + * Broadcom BCM63XX Ath9k EEPROM fixup helper. + * @@ -41,11 +41,13 @@ Subject: [PATCH 61/72] BCM63XX: add a fixup for ath9k devices + * by the Free Software Foundation. + */ + ++#include <linux/if_ether.h> +#include <linux/pci.h> +#include <linux/delay.h> +#include <linux/ath9k_platform.h> + +#include <bcm63xx_cpu.h> ++#include <bcm63xx_regs.h> +#include <bcm63xx_io.h> +#include <bcm63xx_nvram.h> +#include <bcm63xx_dev_pci.h> |