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 <[email protected]> Suggested-by: Luis Chamberlain <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent fa0746b commit 5bd289f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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 <[email protected]>");
35333533
MODULE_DESCRIPTION("'intel_pstate' - P state driver Intel Core processors");
3534-
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)