]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
cpufreq: st: Add missing MODULE_DEVICE_TABLE
authorPali Rohár <pali@kernel.org>
Tue, 3 Nov 2020 15:11:35 +0000 (16:11 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 4 Jan 2021 15:37:19 +0000 (16:37 +0100)
commitfb4f27908325b1adf928ac50a8481d8cef167be9
treee626fbe742484e2fc78bdad1641a7bbe1a23c8bc
parent84fab00b415057fe11f4b35a3f718ff047ee6fab
cpufreq: st: Add missing MODULE_DEVICE_TABLE

BugLink: https://bugs.launchpad.net/bugs/1910111
[ 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>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/cpufreq/sti-cpufreq.c