lkml.org 
[lkml]   [2022]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH RESEND v5 18/18] PCI: dwc-plat: Drop dw_plat_pcie_of_match forward declaration
    Date
    The denoted forward declaration used to be required to get the OF-device
    ID structure by calling the of_match_device() method. The later method
    invocation has been replaced with the of_device_get_match_data() call in
    the commit 5c204204cf24 ("PCI: designware-plat: Prefer
    of_device_get_match_data()"). Thus the forward declaration of the
    OF-compatible device strings no longer needed. Drop it for good.

    Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
    Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
    Tested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
    Reviewed-by: Rob Herring <robh@kernel.org>
    ---
    drivers/pci/controller/dwc/pcie-designware-plat.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/pci/controller/dwc/pcie-designware-plat.c b/drivers/pci/controller/dwc/pcie-designware-plat.c
    index 59bd85d4190b..1fcfb840f238 100644
    --- a/drivers/pci/controller/dwc/pcie-designware-plat.c
    +++ b/drivers/pci/controller/dwc/pcie-designware-plat.c
    @@ -29,8 +29,6 @@ struct dw_plat_pcie_of_data {
    enum dw_pcie_device_mode mode;
    };

    -static const struct of_device_id dw_plat_pcie_of_match[];
    -
    static const struct dw_pcie_host_ops dw_plat_pcie_host_ops = {
    };

    --
    2.35.1
    \
     
     \ /
      Last update: 2022-06-24 16:38    [W:3.487 / U:0.500 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site