diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-01 16:31:30 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-05 23:40:25 +0300 |
commit | 7d95680d64ac8e836c35fd56efe77eac4e9cc26b (patch) | |
tree | c7a71abbe99b7be29156dd2e9ec2743781261cfa /scripts/generate_rust_analyzer.py | |
parent | a934a57a42f64a40705202f84144b1a29b29f910 (diff) | |
download | linux-7d95680d64ac8e836c35fd56efe77eac4e9cc26b.tar.xz |
scripts/misc-check: check unnecessary #include <linux/export.h> when W=1
Another issue with <linux/export.h> is that it is sometimes included
even when EXPORT_SYMBOL() is not used at all.
Some headers (e.g. include/linux/linkage.h>) cannot be fixed for now
for the reason described in the previous commit.
This commit adds a warning for *.c files that include <linux/export.h>
but do not use EXPORT_SYMBOL() when the kernel is built with W=1.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions