Skip to content

Commit 5bd289f

Browse files
nickalcockrafaeljw
authored andcommitted
cpufreq: intel_pstate: 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> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent fa0746b commit 5bd289f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/cpufreq/intel_pstate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3531,4 +3531,3 @@ early_param("intel_pstate", intel_pstate_setup);
35313531

35323532
MODULE_AUTHOR("Dirk Brandewie <dirk.j.brandewie@intel.com>");
35333533
MODULE_DESCRIPTION("'intel_pstate' - P state driver Intel Core processors");
3534-
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)