Skip to content
Snippets Groups Projects
Commit d1518399 authored by Pali Rohár's avatar Pali Rohár Committed by Viresh Kumar
Browse files

cpufreq: vexpress-spc: 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: default avatarPali Rohár <pali@kernel.org>
Fixes: 47ac9aa1 ("cpufreq: arm_big_little: add vexpress SPC interface driver")
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent c0382d04
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment