diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-12-07 08:02:36 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-01-14 13:45:56 -0500 |
commit | 19259943f0954dcd1817f94776376bf51c6a46d5 (patch) | |
tree | a8fd81cc4fafb97b7cb333d7c188265ed7717acc /arch | |
parent | 327f7d72454aecdc7a4a1c847a291a3f224b730f (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/boot/compressed/aslr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/aslr.c b/arch/x86/boot/compressed/aslr.c index 84be1752dcd8..90a21f430117 100644 --- a/arch/x86/boot/compressed/aslr.c +++ b/arch/x86/boot/compressed/aslr.c | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <linux/uts.h> | 10 | #include <linux/uts.h> |
11 | #include <linux/utsname.h> | 11 | #include <linux/utsname.h> |
12 | #include <generated/utsrelease.h> | 12 | #include <generated/utsrelease.h> |
13 | #include <linux/version.h> | ||
14 | 13 | ||
15 | /* Simplified build-specific string for starting entropy. */ | 14 | /* Simplified build-specific string for starting entropy. */ |
16 | static const char build_str[] = UTS_RELEASE " (" LINUX_COMPILE_BY "@" | 15 | static const char build_str[] = UTS_RELEASE " (" LINUX_COMPILE_BY "@" |