2018-09-23 08:11:27

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] x86/hyper-v: Remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <[email protected]>
---
arch/x86/hyperv/hv_apic.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/hyperv/hv_apic.c b/arch/x86/hyperv/hv_apic.c
index 2c43e30..8eb6fbee 100644
--- a/arch/x86/hyperv/hv_apic.c
+++ b/arch/x86/hyperv/hv_apic.c
@@ -20,7 +20,6 @@
*/

#include <linux/types.h>
-#include <linux/version.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/clockchips.h>



2018-09-23 14:59:35

by Michael Kelley (EOSG)

[permalink] [raw]
Subject: RE: [PATCH -next] x86/hyper-v: Remove unused including <linux/version.h>

From: YueHaibing <[email protected]> Sent: Sunday, September 23, 2018 1:20 AM

> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <[email protected]>
> ---
> arch/x86/hyperv/hv_apic.c | 1 -
> 1 file changed, 1 deletion(-)
>
Reviewed-by: Michael Kelley <[email protected]>

Subject: [tip:x86/hyperv] x86/hyperv: Remove unused include

Commit-ID: 5140a6f471137205687428b0b8f12f7187bffd18
Gitweb: https://git.kernel.org/tip/5140a6f471137205687428b0b8f12f7187bffd18
Author: YueHaibing <[email protected]>
AuthorDate: Sun, 23 Sep 2018 08:20:22 +0000
Committer: Thomas Gleixner <[email protected]>
CommitDate: Thu, 27 Sep 2018 21:21:00 +0200

x86/hyperv: Remove unused include

Remove including <linux/version.h>. It's not needed.

Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Michael Kelley <[email protected]>
Cc: "K. Y. Srinivasan" <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]

---
arch/x86/hyperv/hv_apic.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/hyperv/hv_apic.c b/arch/x86/hyperv/hv_apic.c
index 2c43e3055948..8eb6fbee8e13 100644
--- a/arch/x86/hyperv/hv_apic.c
+++ b/arch/x86/hyperv/hv_apic.c
@@ -20,7 +20,6 @@
*/

#include <linux/types.h>
-#include <linux/version.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/clockchips.h>