Skip to content

Commit 1c405b4

Browse files
masahir0ychenhuacai
authored andcommitted
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>
1 parent 4701f33 commit 1c405b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/loongarch/kvm/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# Makefile for LoongArch KVM support
44
#
55

6-
ccflags-y += -I $(src)
7-
86
include $(srctree)/virt/kvm/Makefile.kvm
97

108
obj-$(CONFIG_KVM) += kvm.o

0 commit comments

Comments
 (0)