]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: tegra194: Fix module loading
authorJon Hunter <jonathanh@nvidia.com>
Tue, 11 Oct 2022 15:32:43 +0000 (16:32 +0100)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 18 Oct 2022 10:52:25 +0000 (16:22 +0530)
commit13e9d48de77f1675621c43bb559c83fd2e034138
tree1865a62a6d9ebd860ee1c911354c700500c89946
parent6358759813eb1920a7e9bc57799a80a94f6c66b8
cpufreq: tegra194: Fix module loading

When the Tegra194 CPUFREQ driver is built as a module it is not
automatically loaded as expected on Tegra194 devices. Populate the
MODULE_DEVICE_TABLE to fix this.

Cc: v5.9+ <stable@vger.kernel.org> # v5.9+
Fixes: 8772decf1c74 ("cpufreq: Add Tegra194 cpufreq driver")
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/tegra194-cpufreq.c