[PATCH] init/version-timestamp.c: remove unneeded #include <linux/version.h>

Masahiro Yamada posted 1 patch 2 years, 8 months ago
init/version-timestamp.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] init/version-timestamp.c: remove unneeded #include <linux/version.h>
Posted by Masahiro Yamada 2 years, 8 months ago
The kbuild test robot detected by 'make versioncheck'.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.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