diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-11-06 12:45:28 +0900 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2016-11-07 11:06:57 +0100 |
commit | d1f7e8f85b5125f3785db473938f94f5f0d02c51 (patch) | |
tree | 862613e94744af8a4b9f704a91f8c0208c38fc3b /tools/perf/scripts/python/syscall-counts.py | |
parent | 72cc9918ef673a7f6561ae26cf6495047f601e7b (diff) |
s390: squash facilities_src.h into gen_facilities.c
We generally expect headers in arch/$(ARCH)/include/asm directory
are included from kernel sources, but facilities_src.h is not;
it is included from the arch/s390/tools/gen_facilities.c tool.
There is no reason to expose this header to the public include path.
Furthermore, facilities_src.h makes sure to be included only from
gen_facilities.c by the following:
#ifndef S390_GEN_FACILITIES_C
#error "This file can only be included by gen_facilities.c"
#endif
This check can be removed by merging the two files.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions