kernel: add bcma fix for subdevices DMA parameters
[openwrt/staging/lynxis.git] / target / linux / brcm47xx / patches-4.19 / 031-v5.0-MIPS-BCM47XX-Setup-struct-device-for-the-SoC.patch
index e3c1d45a3e4dc45cdde59509ee49cd4121102113..3b4199a70c4d07809adeca7a6a25e40b74453228 100644 (file)
@@ -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);