[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230108123557.2838094-1-masahiroy@kernel.org>
Date: Sun, 8 Jan 2023 21:35:57 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Masahiro Yamada <masahiroy@...nel.org>,
kernel test robot <lkp@...el.com>
Subject: [PATCH] init/version-timestamp.c: remove unneeded #include <linux/version.h>
The kbuild test robot detected by 'make versioncheck'.
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
---
init/version-timestamp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/init/version-timestamp.c b/init/version-timestamp.c
index 179e93bae539..043cbf80a766 100644
--- 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>
--
2.34.1
Powered by blists - more mailing lists