commit | 183747ab52654eb406fc6b5bfb40806b75d31811 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Nov 03 16:11:35 2020 +0100 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Mon Dec 07 13:02:37 2020 +0530 |
tree | ee36ec4ae4eeaed533e0281044b69626abf3560a | |
parent | a5a6031663bc1dd0a10babd49d1bcb3153a8327f [diff] |
cpufreq: st: Add missing MODULE_DEVICE_TABLE 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>