diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/version.c b/init/version.c index 58170f18912d..1a4718e500fe 100644 --- a/init/version.c +++ b/init/version.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/utsname.h> | 12 | #include <linux/utsname.h> |
13 | #include <generated/utsrelease.h> | 13 | #include <generated/utsrelease.h> |
14 | #include <linux/version.h> | 14 | #include <linux/version.h> |
15 | #include <linux/proc_fs.h> | 15 | #include <linux/proc_ns.h> |
16 | 16 | ||
17 | #ifndef CONFIG_KALLSYMS | 17 | #ifndef CONFIG_KALLSYMS |
18 | #define version(a) Version_ ## a | 18 | #define version(a) Version_ ## a |