Commit 01fc0ac198eabcbf460e1ed058860a935b6c2c9a
Committed by
Michal Marek
1 parent
9367858dd0
Exists in
master
and in
39 other branches
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>
Showing 6 changed files with 5 additions and 6 deletions Side-by-side Diff
.gitignore
Kbuild
Makefile
... | ... | @@ -1197,7 +1197,7 @@ |
1197 | 1197 | MRPROPER_FILES += .config .config.old include/asm .version .old_version \ |
1198 | 1198 | include/linux/autoconf.h include/linux/version.h \ |
1199 | 1199 | include/linux/utsrelease.h \ |
1200 | - include/linux/bounds.h include/asm*/asm-offsets.h \ | |
1200 | + include/asm*/asm-offsets.h \ | |
1201 | 1201 | Module.symvers Module.markers tags TAGS cscope* |
1202 | 1202 | |
1203 | 1203 | # clean - Delete most, but leave enough to build external modules |
include/linux/mmzone.h
include/linux/page-flags.h
kernel/bounds.c
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | |
13 | 13 | void foo(void) |
14 | 14 | { |
15 | - /* The enum constants to put into include/linux/bounds.h */ | |
15 | + /* The enum constants to put into include/generated/bounds.h */ | |
16 | 16 | DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS); |
17 | 17 | DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES); |
18 | 18 | /* End of constants */ |