提交 e4bee394 编写于 作者: P Pali Rohár 提交者: Xie XiuQi

cpufreq: scpi: Add missing MODULE_ALIAS

stable inclusion
from stable-5.10.4
commit 35f501f734b630418004693514584eb1fbccb6b7
bugzilla: 46903

--------------------------------

[ Upstream commit c0382d04 ]

This patch adds missing MODULE_ALIAS for automatic loading of this cpufreq
driver when it is compiled as an external module.
Signed-off-by: NPali Rohár <pali@kernel.org>
Fixes: 8def3103 ("cpufreq: arm_big_little: add SCPI interface driver")
Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
上级 edb4b3b4
无相关合并请求
......@@ -233,6 +233,7 @@ static struct platform_driver scpi_cpufreq_platdrv = {
};
module_platform_driver(scpi_cpufreq_platdrv);
MODULE_ALIAS("platform:scpi-cpufreq");
MODULE_AUTHOR("Sudeep Holla <sudeep.holla@arm.com>");
MODULE_DESCRIPTION("ARM SCPI CPUFreq interface driver");
MODULE_LICENSE("GPL v2");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部