]> git.ipfire.org Git - thirdparty/linux.git/commit
kbuild: move warnings about linux/export.h from W=1 to W=2
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 12 Jun 2025 16:08:48 +0000 (01:08 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 15 Jun 2025 15:41:40 +0000 (00:41 +0900)
commita6a7946bd691940cfe7289ae6dfb1f077516df72
tree879cdf432b6ab970b2068839dff506a50f9c231a
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
kbuild: move warnings about linux/export.h from W=1 to W=2

This hides excessive warnings, as nobody builds with W=2.

Fixes: a934a57a42f6 ("scripts/misc-check: check missing #include <linux/export.h> when W=1")
Fixes: 7d95680d64ac ("scripts/misc-check: check unnecessary #include <linux/export.h> when W=1")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Makefile
scripts/misc-check