]> www.infradead.org Git - users/jedix/linux-maple.git/commit
LoongArch: KVM: Remove unnecessary header include path
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 18 Mar 2025 08:48:08 +0000 (16:48 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Tue, 18 Mar 2025 08:48:08 +0000 (16:48 +0800)
commit1c405b42171e56d925b9b59d2d2b274fccfdd64a
tree54215f5a4dd7b4a01b53a91bce3924c443e54281
parent4701f33a10702d5fc577c32434eb62adde0a1ae1
LoongArch: KVM: Remove unnecessary header include path

arch/loongarch/kvm/ includes local headers with the double-quote form
(#include "..."). Also, TRACE_INCLUDE_PATH in arch/loongarch/kvm/trace.h
is relative to include/trace/.

Hence, the local header search path is unneeded.

Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/kvm/Makefile