Re: [PATCH -next] KVM: arm: remove duplicate include

From: Steven Price
Date: Wed Nov 13 2019 - 09:24:18 EST


On 13/11/2019 01:40, YueHaibing wrote:
> Remove duplicate header which is included twice.
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Reviewed-by: Steven Price <steven.price@xxxxxxx>

Thanks for spotting - I'm not sure how that happened! This
Fixes: 8564d6372a7d ("KVM: arm64: Support stolen time reporting via shared structure")
although I don't think it causes any actual harm.

Steve

> ---
> virt/kvm/arm/arm.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/virt/kvm/arm/arm.c b/virt/kvm/arm/arm.c
> index 12e0280..d910a03 100644
> --- a/virt/kvm/arm/arm.c
> +++ b/virt/kvm/arm/arm.c
> @@ -20,8 +20,6 @@
> #include <linux/irqbypass.h>
> #include <linux/sched/stat.h>
> #include <trace/events/kvm.h>
> -#include <kvm/arm_pmu.h>
> -#include <kvm/arm_psci.h>
>
> #define CREATE_TRACE_POINTS
> #include "trace.h"
>