Skip to content

Commit 1925994

Browse files
Wei YongjunH. Peter Anvin
authored andcommitted
x86, kaslr: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Link: http://lkml.kernel.org/r/CAPgLHd-Fjx1RybjWFAu1vHRfTvhWwMLL3x46BouC5uNxHPjy1A@mail.gmail.com Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
1 parent 327f7d7 commit 1925994

File tree

1 file changed

+0
-1
lines changed
  • arch/x86/boot/compressed

1 file changed

+0
-1
lines changed

arch/x86/boot/compressed/aslr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/uts.h>
1111
#include <linux/utsname.h>
1212
#include <generated/utsrelease.h>
13-
#include <linux/version.h>
1413

1514
/* Simplified build-specific string for starting entropy. */
1615
static const char build_str[] = UTS_RELEASE " (" LINUX_COMPILE_BY "@"

0 commit comments

Comments
 (0)