[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <daa269a8-17d2-b568-8287-7606ccd9e200@arm.com>
Date: Wed, 13 Nov 2019 14:24:13 +0000
From: Steven Price <steven.price@....com>
To: YueHaibing <yuehaibing@...wei.com>, maz@...nel.org,
james.morse@....com, julien.thierry.kdev@...il.com,
suzuki.poulose@....com
Cc: kvmarm@...ts.cs.columbia.edu, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] KVM: arm: remove duplicate include
On 13/11/2019 01:40, YueHaibing wrote:
> Remove duplicate header which is included twice.
>
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
Reviewed-by: Steven Price <steven.price@....com>
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"
>
Powered by blists - more mailing lists