cfi: Flip headers
authorPeter Zijlstra <peterz@infradead.org>
Fri, 15 Dec 2023 09:12:17 +0000 (10:12 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 16 Dec 2023 00:25:55 +0000 (16:25 -0800)
commit4382159696c9af67ee047ed55f2dbf05480f52f6
tree9e971990bd6bce7207d849991ac878731c6d70c4
parent1467affd16b236fc86e1b8ec5eaa147e104cd2a6
cfi: Flip headers

Normal include order is that linux/foo.h should include asm/foo.h, CFI has it
the wrong way around.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
Link: https://lore.kernel.org/r/20231215092707.231038174@infradead.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/riscv/include/asm/cfi.h
arch/riscv/kernel/cfi.c
arch/x86/include/asm/cfi.h
arch/x86/kernel/cfi.c
include/asm-generic/Kbuild
include/asm-generic/cfi.h [new file with mode: 0644]
include/linux/cfi.h