diff options
Diffstat (limited to 'init/version.c')
-rw-r--r-- | init/version.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/version.c b/init/version.c index bfb4e3f4955e..ef4012ec4375 100644 --- a/init/version.c +++ b/init/version.c | |||
@@ -7,6 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <generated/compile.h> | 9 | #include <generated/compile.h> |
10 | #include <linux/build-salt.h> | ||
10 | #include <linux/export.h> | 11 | #include <linux/export.h> |
11 | #include <linux/uts.h> | 12 | #include <linux/uts.h> |
12 | #include <linux/utsname.h> | 13 | #include <linux/utsname.h> |
@@ -49,3 +50,5 @@ const char linux_proc_banner[] = | |||
49 | "%s version %s" | 50 | "%s version %s" |
50 | " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ")" | 51 | " (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ")" |
51 | " (" LINUX_COMPILER ") %s\n"; | 52 | " (" LINUX_COMPILER ") %s\n"; |
53 | |||
54 | BUILD_SALT; | ||