diff options
-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 "@" |