diff options
author | Josh Poimboeuf <jpoimboe@kernel.org> | 2023-03-01 16:13:07 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2023-03-23 23:18:56 +0100 |
commit | f7515d9fe8fc4b80754cd4d98a5fcaee84adeebb (patch) | |
tree | 1e8c913c59458b353a61c608102ca4bf8bd937e5 /MAINTAINERS | |
parent | x86/cpu: Expose arch_cpu_idle_dead()'s prototype definition (diff) | |
download | linux-f7515d9fe8fc4b80754cd4d98a5fcaee84adeebb.tar.xz linux-f7515d9fe8fc4b80754cd4d98a5fcaee84adeebb.zip |
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..36e9e642c05e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15090,8 +15090,8 @@ OBJTOOL M: Josh Poimboeuf <jpoimboe@kernel.org> M: Peter Zijlstra <peterz@infradead.org> S: Supported +F: include/linux/objtool*.h F: tools/objtool/ -F: include/linux/objtool.h OCELOT ETHERNET SWITCH DRIVER M: Vladimir Oltean <vladimir.oltean@nxp.com> |