From: YueHaibing Date: Wed, 13 Nov 2019 01:40:45 +0000 (+0800) Subject: KVM: arm: Remove duplicate include X-Git-Tag: v5.6-rc1~106^2~2^2~17 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=de9375634b1ef49091004d08e5cd4f68695adf0f;p=linux-2.6-block.git KVM: arm: Remove duplicate include Remove duplicate header which is included twice. Signed-off-by: YueHaibing Signed-off-by: Marc Zyngier Reviewed-by: Steven Price Link: https://lore.kernel.org/r/20191113014045.15276-1-yuehaibing@huawei.com --- diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c index b5d57ed6443c..efda376ab3c5 100644 --- a/virt/kvm/arm/arm.c +++ b/virt/kvm/arm/arm.c @@ -20,8 +20,6 @@ #include #include #include -#include -#include #define CREATE_TRACE_POINTS #include "trace.h"