cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE
BugLink: https://bugs.launchpad.net/bugs/1910822 [ Upstream commitaf6eca0650] This patch adds missing MODULE_DEVICE_TABLE definition which generates correct modalias 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:501c574f4e("cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC") Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
This commit is contained in:
parent
96e8d1f2d1
commit
56d2ae5dd9
|
|
@ -540,6 +540,7 @@ static const struct of_device_id mtk_cpufreq_machines[] __initconst = {
|
||||||
|
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, mtk_cpufreq_machines);
|
||||||
|
|
||||||
static int __init mtk_cpufreq_driver_init(void)
|
static int __init mtk_cpufreq_driver_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue