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

cpufreq: loongson1: 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: a0a22cf1 ("cpufreq: Loongson1: Add cpufreq driver for Loongson1B")
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent af2096f2
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,7 @@ static struct platform_driver ls1x_cpufreq_platdrv = {
module_platform_driver(ls1x_cpufreq_platdrv);
MODULE_ALIAS("platform:ls1x-cpufreq");
MODULE_AUTHOR("Kelvin Cheung <keguang.zhang@gmail.com>");
MODULE_DESCRIPTION("Loongson1 CPUFreq driver");
MODULE_LICENSE("GPL");
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