projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3c9405
)
init/version-timestamp.c: remove unneeded #include <linux/version.h>
author
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 8 Jan 2023 12:35:57 +0000
(21:35 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 8 Jan 2023 22:34:38 +0000
(07:34 +0900)
The kbuild test robot detected this by 'make versioncheck'.
Fixes:
2df8220cc511
("kbuild: build init/built-in.a just once")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
init/version-timestamp.c
patch
|
blob
|
blame
|
history
diff --git
a/init/version-timestamp.c
b/init/version-timestamp.c
index 179e93bae5390e80cd903c691a303872906db4af..043cbf80a766deec23a29e0cac70c22f9a149c6e 100644
(file)
--- a/
init/version-timestamp.c
+++ b/
init/version-timestamp.c
@@
-2,7
+2,6
@@
#include <generated/compile.h>
#include <generated/utsrelease.h>
-#include <linux/version.h>
#include <linux/proc_ns.h>
#include <linux/refcount.h>
#include <linux/uts.h>