linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] KVM: arm: remove duplicate include
@ 2019-11-13  1:40 YueHaibing
  2019-11-13 14:24 ` Steven Price
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2019-11-13  1:40 UTC (permalink / raw)
  To: maz, james.morse, julien.thierry.kdev, suzuki.poulose, steven.price
  Cc: linux-arm-kernel, kvmarm, linux-kernel, YueHaibing

Remove duplicate header which is included twice.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 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"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] KVM: arm: remove duplicate include
  2019-11-13  1:40 [PATCH -next] KVM: arm: remove duplicate include YueHaibing
@ 2019-11-13 14:24 ` Steven Price
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Price @ 2019-11-13 14:24 UTC (permalink / raw)
  To: YueHaibing, maz, james.morse, julien.thierry.kdev, suzuki.poulose
  Cc: kvmarm, linux-arm-kernel, linux-kernel

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

Reviewed-by: Steven Price <steven.price@arm.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"
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-13 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  1:40 [PATCH -next] KVM: arm: remove duplicate include YueHaibing
2019-11-13 14:24 ` Steven Price

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).