diff options
author | 2024-07-11 10:43:16 +0200 | |
---|---|---|
committer | 2024-07-12 08:55:02 +0900 | |
commit | 0d9c0a67b14401344183cc0f8239f8d1851637fd (patch) | |
tree | 7e3bbe89c3f591198136ecc61ab24bae2a098c32 /scripts/generate_rust_analyzer.py | |
parent | Linux 6.10-rc7 (diff) | |
download | wireguard-linux-0d9c0a67b14401344183cc0f8239f8d1851637fd.tar.xz wireguard-linux-0d9c0a67b14401344183cc0f8239f8d1851637fd.zip |
bootconfig: Remove duplicate included header file linux/bootconfig.h
The header file linux/bootconfig.h is included whether __KERNEL__ is
defined or not.
Include it only once before the #ifdef/#else/#endif preprocessor
directives and remove the following make includecheck warning:
linux/bootconfig.h is included more than once
Move the comment to the top and delete the now empty #else block.
Link: https://lore.kernel.org/all/20240711084315.1507-1-thorsten.blum@toblux.com/
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions