objtool: Add objtool_types.h
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 1 Mar 2023 15:13:07 +0000 (07:13 -0800)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 23 Mar 2023 22:18:56 +0000 (23:18 +0100)
commitf7515d9fe8fc4b80754cd4d98a5fcaee84adeebb
tree1e8c913c59458b353a61c608102ca4bf8bd937e5
parentb4c108d7daf1039cf19388baff30a94563de3f3e
objtool: Add objtool_types.h

Reduce the amount of header sync churn by splitting the shared objtool.h
types into a new file.

Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/dec622720851210ceafa12d4f4c5f9e73c832152.1677683419.git.jpoimboe@kernel.org
MAINTAINERS
include/linux/objtool.h
include/linux/objtool_types.h [new file with mode: 0644]
tools/include/linux/objtool.h [deleted file]
tools/include/linux/objtool_types.h [new file with mode: 0644]
tools/objtool/check.c
tools/objtool/orc_dump.c
tools/objtool/orc_gen.c
tools/objtool/sync-check.sh