Skip to content

Commit

Permalink
init/version.c: remove #include <linux/version.h>
Browse files Browse the repository at this point in the history
This is unneeded since commit 073a9ec ("init/version.c: remove
Version_<LINUX_VERSION_CODE> symbol").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
masahir0y committed Sep 28, 2022
1 parent 7f37181 commit 561daaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/uts.h>
#include <linux/utsname.h>
#include <generated/utsrelease.h>
#include <linux/version.h>
#include <linux/proc_ns.h>

struct uts_namespace init_uts_ns = {
Expand Down

0 comments on commit 561daaa

Please sign in to comment.