diff options
author | Nick Alcock <[email protected]> | 2023-02-24 15:07:45 +0000 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2023-03-06 10:47:22 +0100 |
commit | 68d94cca3b9d297aedf7321a823d0e72ce0f283f (patch) | |
tree | 9f17433b8309bc2910e3cd0a53fdb9aee3a4dd29 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 7944d3b7fe86067509751473aa917fdfd662d92c (diff) |
gpio: 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: Linus Walleij <[email protected]>
Cc: Bartosz Golaszewski <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Sascha Hauer <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions