cpufreq: st: Add missing MODULE_DEVICE_TABLE
commit3a6ce43656944fe069a97519b65f215a902672cd
authorPali Rohár <pali@kernel.org>
Tue, 3 Nov 2020 15:11:35 +0000 (3 16:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:44:58 +0000 (29 13:44 +0100)
treefc23c46bd660dd080e76b492597c02e86a43c275
parent433437bbf890bc4e0067fdc4983249000268fda4
cpufreq: st: Add missing MODULE_DEVICE_TABLE

[ Upstream commit 183747ab52654eb406fc6b5bfb40806b75d31811 ]

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: ab0ea257fc58d ("cpufreq: st: Provide runtime initialised driver for ST's platforms")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/cpufreq/sti-cpufreq.c