diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2019-01-11 07:31:58 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2019-01-11 07:33:56 +0100 |
commit | 45ce9897c0359c2c7696237850cdb7aab6c8a004 (patch) | |
tree | 3a0a453ebecf1b3ed914ff33d3f694f3af673d54 /target/linux/brcm47xx/patches-4.19 | |
parent | 34696ce25e6de4af0883b6afd3ca3afdcfc39ae5 (diff) | |
download | upstream-45ce9897c0359c2c7696237850cdb7aab6c8a004.tar.gz upstream-45ce9897c0359c2c7696237850cdb7aab6c8a004.tar.bz2 upstream-45ce9897c0359c2c7696237850cdb7aab6c8a004.zip |
kernel: add bcma fix for subdevices DMA parameters
This fixes bgmac DMA allocations with kernel 4.19.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/brcm47xx/patches-4.19')
-rw-r--r-- | target/linux/brcm47xx/patches-4.19/031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/brcm47xx/patches-4.19/031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch b/target/linux/brcm47xx/patches-4.19/031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch index e3c1d45a3e..3b4199a70c 100644 --- a/target/linux/brcm47xx/patches-4.19/031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch +++ b/target/linux/brcm47xx/patches-4.19/031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch @@ -126,13 +126,3 @@ Cc: stable@vger.kernel.org # v4.19+ bcma_bus_register(&bcm47xx_bus.bcma.bus); break; #endif ---- a/include/linux/bcma/bcma_soc.h -+++ b/include/linux/bcma/bcma_soc.h -@@ -6,6 +6,7 @@ - - struct bcma_soc { - struct bcma_bus bus; -+ struct device *dev; - }; - - int __init bcma_host_soc_register(struct bcma_soc *soc); |