diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-04-19 21:57:19 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-12-12 13:08:14 +0100 |
commit | 01fc0ac198eabcbf460e1ed058860a935b6c2c9a (patch) | |
tree | f980b4c770298bf9491dcfe3f02359fa94b89d04 /kernel/bounds.c | |
parent | 9367858dd08caf4e6ebd511abd2fca0a2d87b648 (diff) |
kbuild: move bounds.h to include/generated
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'kernel/bounds.c')
-rw-r--r-- | kernel/bounds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bounds.c b/kernel/bounds.c index 3c5301381837..98a51f26c136 100644 --- a/kernel/bounds.c +++ b/kernel/bounds.c @@ -12,7 +12,7 @@ void foo(void) { - /* The enum constants to put into include/linux/bounds.h */ + /* The enum constants to put into include/generated/bounds.h */ DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS); DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES); /* End of constants */ |