cpufreq: scpi: Add missing MODULE_ALIAS
authorPali Rohár <pali@kernel.org>
Tue, 3 Nov 2020 15:11:38 +0000 (16:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:53:38 +0000 (11:53 +0100)
commit35f501f734b630418004693514584eb1fbccb6b7
treee6f3185092c497fb55ed86bed1428494cfc8c38b
parent8f92fe114fa71d1f08eef0a33df71e6b69a51510
cpufreq: scpi: Add missing MODULE_ALIAS

[ Upstream commit c0382d049d2def37b81e907a8b22661a4a4a6eb5 ]

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: 8def31034d033 ("cpufreq: arm_big_little: add SCPI interface driver")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/cpufreq/scpi-cpufreq.c