diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-10-17 18:52:28 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-12-12 07:08:15 -0500 |
commit | 273b281fa22c293963ee3e6eec418f5dda2dbc83 (patch) | |
tree | 1503005f5b106c0293a5eba1fb9ff90a9c91e4c9 /init | |
parent | 264a26838056fc2d759f58bec2e720e01fcb1bdb (diff) |
kbuild: move utsrelease.h to include/generated
Fix up all users of utsrelease.h
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
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 82328aaca1ef..adff586401a5 100644 --- a/init/version.c +++ b/init/version.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | #include <linux/uts.h> | 11 | #include <linux/uts.h> |
12 | #include <linux/utsname.h> | 12 | #include <linux/utsname.h> |
13 | #include <linux/utsrelease.h> | 13 | #include <generated/utsrelease.h> |
14 | #include <linux/version.h> | 14 | #include <linux/version.h> |
15 | 15 | ||
16 | #ifndef CONFIG_KALLSYMS | 16 | #ifndef CONFIG_KALLSYMS |