From: Masahiro Yamada Date: Tue, 18 Mar 2025 08:48:08 +0000 (+0800) Subject: LoongArch: KVM: Remove unnecessary header include path X-Git-Tag: v6.15-rc1~195^2~12^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c405b42171e56d925b9b59d2d2b274fccfdd64a;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Masahiro Yamada Signed-off-by: Huacai Chen --- diff --git a/arch/loongarch/kvm/Makefile b/arch/loongarch/kvm/Makefile index 3a01292f71cc2..f4c8e35c216a4 100644 --- a/arch/loongarch/kvm/Makefile +++ b/arch/loongarch/kvm/Makefile @@ -3,8 +3,6 @@ # Makefile for LoongArch KVM support # -ccflags-y += -I $(src) - include $(srctree)/virt/kvm/Makefile.kvm obj-$(CONFIG_KVM) += kvm.o