Skip to content

Commit

Permalink
init/version-timestamp.c: remove unneeded #include <linux/version.h>
Browse files Browse the repository at this point in the history
The kbuild test robot detected this by 'make versioncheck'.

Fixes: 2df8220 ("kbuild: build init/built-in.a just once")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y committed Jan 8, 2023
1 parent e3c9405 commit b409ea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/version-timestamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b409ea4

Please sign in to comment.