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

BugLink: https://bugs.launchpad.net/bugs/1910111
[ Upstream commit 9433777a6e0aae27468d3434b75cd51bb88ff711 ]

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: 6754f556103be ("cpufreq / highbank: add support for highbank cpufreq")
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/highbank-cpufreq.c