提交 c0382d04 编写于 作者: P Pali Rohár 提交者: Viresh Kumar

cpufreq: scpi: Add missing MODULE_ALIAS

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>
上级 b9acab09
......@@ -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.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部