Skip to content

Commit f355127

Browse files
nickalcockvireshk
authored andcommitted
kbuild, cpufreq: tegra124: remove MODULE_LICENSE in non-modules
Since commit 8b41fc4 ("kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf"), MODULE_LICENSE declarations are used to identify modules. As a consequence, uses of the macro in non-modules will cause modprobe to misidentify their containing object file as a module when it is not (false positives), and modprobe might succeed rather than failing with a suitable error message. So remove it in the files in this commit, none of which can be built as modules. Signed-off-by: Nick Alcock <nick.alcock@oracle.com> Suggested-by: Luis Chamberlain <mcgrof@kernel.org> Cc: Luis Chamberlain <mcgrof@kernel.org> Cc: linux-modules@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com> Cc: "Rafael J. Wysocki" <rafael@kernel.org> Cc: Viresh Kumar <viresh.kumar@linaro.org> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Jonathan Hunter <jonathanh@nvidia.com> Cc: linux-pm@vger.kernel.org Cc: linux-tegra@vger.kernel.org Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 7911b6a commit f355127

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/cpufreq/tegra124-cpufreq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,3 @@ module_init(tegra_cpufreq_init);
221221

222222
MODULE_AUTHOR("Tuomas Tynkkynen <ttynkkynen@nvidia.com>");
223223
MODULE_DESCRIPTION("cpufreq driver for NVIDIA Tegra124");
224-
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)