diff options
| -rw-r--r-- | arch/x86/boot/compressed/aslr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/aslr.c b/arch/x86/boot/compressed/aslr.c index 38a07cc4fbac..84be1752dcd8 100644 --- a/arch/x86/boot/compressed/aslr.c +++ b/arch/x86/boot/compressed/aslr.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include <linux/version.h> | 13 | #include <linux/version.h> |
| 14 | 14 | ||
| 15 | /* Simplified build-specific string for starting entropy. */ | 15 | /* Simplified build-specific string for starting entropy. */ |
| 16 | static const char *build_str = UTS_RELEASE " (" LINUX_COMPILE_BY "@" | 16 | static const char build_str[] = UTS_RELEASE " (" LINUX_COMPILE_BY "@" |
| 17 | LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION; | 17 | LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION; |
| 18 | 18 | ||
| 19 | #define I8254_PORT_CONTROL 0x43 | 19 | #define I8254_PORT_CONTROL 0x43 |
