lkml.org 
[lkml]   [2022]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.16 0824/1039] PCI: mt7621: Add missing MODULE_LICENSE()
    Date
    From: Sergio Paracuellos <sergio.paracuellos@gmail.com>

    [ Upstream commit e4b1cd02dc8d7967a79edccd510724831e5cdee8 ]

    The MT7621 PCIe host controller driver can be built as a module, but it
    lacks a MODULE_LICENSE(), which causes a build error:

    ERROR: modpost: missing MODULE_LICENSE() in drivers/pci/controller/pcie-mt7621.o

    Add MODULE_LICENSE() to the driver.

    Fixes: 2bdd5238e756 ("PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver")
    Link: https://lore.kernel.org/r/20211207104924.21327-5-sergio.paracuellos@gmail.com
    Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
    Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
    Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
    Reviewed-by: Krzysztof Wilczyński <kw@linux.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/pci/controller/pcie-mt7621.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/pci/controller/pcie-mt7621.c b/drivers/pci/controller/pcie-mt7621.c
    index b60dfb45ef7bd..73b91315c1656 100644
    --- a/drivers/pci/controller/pcie-mt7621.c
    +++ b/drivers/pci/controller/pcie-mt7621.c
    @@ -598,3 +598,5 @@ static struct platform_driver mt7621_pci_driver = {
    },
    };
    builtin_platform_driver(mt7621_pci_driver);
    +
    +MODULE_LICENSE("GPL v2");
    --
    2.34.1


    \
     
     \ /
      Last update: 2022-01-25 00:11    [W:4.016 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site