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 331/717] cpufreq: vexpress-spc: Add missing MODULE_ALIAS
    Date
    From: Pali Rohár <pali@kernel.org>

    [ Upstream commit d15183991c2d53d7cecf27a1555c91b702cef1ea ]

    This patch adds missing MODULE_ALIAS 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: 47ac9aa165540 ("cpufreq: arm_big_little: add vexpress SPC interface driver")
    Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/cpufreq/vexpress-spc-cpufreq.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/cpufreq/vexpress-spc-cpufreq.c b/drivers/cpufreq/vexpress-spc-cpufreq.c
    index e89b905754d21..f711d8eaea6a2 100644
    --- a/drivers/cpufreq/vexpress-spc-cpufreq.c
    +++ b/drivers/cpufreq/vexpress-spc-cpufreq.c
    @@ -591,6 +591,7 @@ static struct platform_driver ve_spc_cpufreq_platdrv = {
    };
    module_platform_driver(ve_spc_cpufreq_platdrv);

    +MODULE_ALIAS("platform:vexpress-spc-cpufreq");
    MODULE_AUTHOR("Viresh Kumar <viresh.kumar@linaro.org>");
    MODULE_AUTHOR("Sudeep Holla <sudeep.holla@arm.com>");
    MODULE_DESCRIPTION("Vexpress SPC ARM big LITTLE cpufreq driver");
    --
    2.27.0


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