]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/x86: Fix linux/unaligned.h include path in lib/insn.c
authorIan Rogers <irogers@google.com>
Tue, 25 Feb 2025 19:36:00 +0000 (11:36 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 28 Feb 2025 18:09:04 +0000 (10:09 -0800)
commitfad07a5c0f07ad0884e1cb4362fe28c083b5b811
tree38bbaf161d6940cda0c7831b44ba37b48edbf3cf
parente50b291fbb6e317547f1124e90f1d0864a99f2d1
tools/x86: Fix linux/unaligned.h include path in lib/insn.c

tools/arch/x86/include/linux doesn't exist but building is working by
virtue of a -I. Building using bazel this fails. Use angle brackets to
include unaligned.h so there isn't an invalid relative include.

Fixes: 5f60d5f6bbc1 ("move asm/unaligned.h to linux/unaligned.h")
Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Josh Poimboeuf <jpoimboe@kernel.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Link: https://lore.kernel.org/r/20250225193600.90037-1-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/arch/x86/lib/insn.c