diff options
author | Nick Alcock <[email protected]> | 2023-02-17 14:10:43 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2023-03-27 15:08:17 +0100 |
commit | a64021d3726a096442d63a958ff0c49c12c3a1f4 (patch) | |
tree | a40f865516317516d82bcd43fa523b963e1f3c50 /scripts/clang-tools/gen_compile_commands.py | |
parent | 8540504c5136146fd5c867afd86bb4618c1ee61a (diff) |
kbuild, drivers/perf: remove MODULE_LICENSE in non-modules
Since commit 8b41fc4454e ("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]>
Cc: Luis Chamberlain <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Hitomi Hasegawa <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions