lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 325/717] cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE
    Date
    From: Pali Rohár <pali@kernel.org>

    [ Upstream commit af6eca06501118af3e2ad46eee8edab20624b74e ]

    This patch adds missing MODULE_DEVICE_TABLE definition which generates
    correct modalias for automatic loading of this cpufreq driver when it is
    compiled as an external module.

    Signed-off-by: Pali Rohár <pali@kernel.org>
    Fixes: 501c574f4e3a5 ("cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC")
    Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/cpufreq/mediatek-cpufreq.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/cpufreq/mediatek-cpufreq.c b/drivers/cpufreq/mediatek-cpufreq.c
    index 7d1212c9b7c88..a310372dc53e9 100644
    --- a/drivers/cpufreq/mediatek-cpufreq.c
    +++ b/drivers/cpufreq/mediatek-cpufreq.c
    @@ -540,6 +540,7 @@ static const struct of_device_id mtk_cpufreq_machines[] __initconst = {

    { }
    };
    +MODULE_DEVICE_TABLE(of, mtk_cpufreq_machines);

    static int __init mtk_cpufreq_driver_init(void)
    {
    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 15:15    [W:4.054 / U:0.072 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site