Revert "driver core: platform: Initialize dma_parms for platform devices"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2020 06:06:54 +0000 (08:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2020 06:06:54 +0000 (08:06 +0200)
This reverts commit 7c8978c0837d40c302f5e90d24c298d9ca9fc097, a new
version will come in the next release cycle.

Cc: <stable@vger.kernel.org>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Ludovic Barre <ludovic.barre@st.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/platform.c
include/linux/platform_device.h

index 46abbfb5265518f8f0a439e892af4321b277f8f3..b5ce7b0857953e32c90743c39b920a9f61a89f2a 100644 (file)
@@ -512,7 +512,6 @@ int platform_device_add(struct platform_device *pdev)
                pdev->dev.parent = &platform_bus;
 
        pdev->dev.bus = &platform_bus_type;
-       pdev->dev.dma_parms = &pdev->dma_parms;
 
        switch (pdev->id) {
        default:
index 81900b3cbe3703fbfd148c0280e70d05e8b3879f..041bfa412aa09521813c057fbfc3f273dfda062b 100644 (file)
@@ -25,7 +25,6 @@ struct platform_device {
        bool            id_auto;
        struct device   dev;
        u64             platform_dma_mask;
-       struct device_dma_parameters dma_parms;
        u32             num_resources;
        struct resource *resource;