]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE
authorPali Rohár <pali@kernel.org>
Tue, 3 Nov 2020 15:11:33 +0000 (16:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:26:00 +0000 (11:26 +0100)
commit49696897ee96e1654c4aecbd78674974d2d8abfe
treeac6a17f5214042e8a5b5911bc289bb60ec297778
parent9d7945618be39bac400c021f8a66c226ea4923d9
cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE

[ Upstream commit af6eca06501118af3e2ad46eee8edab20624b74e ]

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: 501c574f4e3a5 ("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>
drivers/cpufreq/mediatek-cpufreq.c