]> Git Repo - linux.git/commitdiff
x86, kaslr: Remove unused including <linux/version.h>
authorWei Yongjun <[email protected]>
Sat, 7 Dec 2013 13:02:36 +0000 (21:02 +0800)
committerH. Peter Anvin <[email protected]>
Tue, 14 Jan 2014 18:45:56 +0000 (10:45 -0800)
Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <[email protected]>
Link: http://lkml.kernel.org/r/CAPgLHd-Fjx1RybjWFAu1vHRfTvhWwMLL3x46BouC5uNxHPjy1A@mail.gmail.com
Acked-by: Kees Cook <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
arch/x86/boot/compressed/aslr.c

index 84be1752dcd882e5456daf6ba34f6c5006197bf4..90a21f430117d1690f847c8b198e80d6afb3c825 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/uts.h>
 #include <linux/utsname.h>
 #include <generated/utsrelease.h>
-#include <linux/version.h>
 
 /* Simplified build-specific string for starting entropy. */
 static const char build_str[] = UTS_RELEASE " (" LINUX_COMPILE_BY "@"
This page took 0.057961 seconds and 4 git commands to generate.