All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] x86/hyper-v: Remove unused including <linux/version.h>
@ 2018-09-23  8:20 ` YueHaibing
  0 siblings, 0 replies; 5+ messages in thread
From: YueHaibing @ 2018-09-23  8:20 UTC (permalink / raw)
  To: K. Y. Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Thomas Gleixner, Ingo Molnar, H. Peter Anvin
  Cc: YueHaibing, x86, devel, linux-kernel, kernel-janitors

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

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


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

* [PATCH -next] x86/hyper-v: Remove unused including <linux/version.h>
@ 2018-09-23  8:20 ` YueHaibing
  0 siblings, 0 replies; 5+ messages in thread
From: YueHaibing @ 2018-09-23  8:20 UTC (permalink / raw)
  To: K. Y. Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Thomas Gleixner, Ingo Molnar, H. Peter Anvin
  Cc: YueHaibing, x86, devel, linux-kernel, kernel-janitors

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

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

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

* RE: [PATCH -next] x86/hyper-v: Remove unused including <linux/version.h>
  2018-09-23  8:20 ` YueHaibing
  (?)
@ 2018-09-23 14:59 ` Michael Kelley (EOSG)
  -1 siblings, 0 replies; 5+ messages in thread
From: Michael Kelley (EOSG) @ 2018-09-23 14:59 UTC (permalink / raw)
  To: YueHaibing, KY Srinivasan, Haiyang Zhang, Stephen Hemminger,
	Thomas Gleixner, Ingo Molnar, H. Peter Anvin
  Cc: x86, devel, linux-kernel, kernel-janitors

From: YueHaibing <yuehaibing@huawei.com>  Sent: Sunday, September 23, 2018 1:20 AM

> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  arch/x86/hyperv/hv_apic.c | 1 -
>  1 file changed, 1 deletion(-)
> 
Reviewed-by:  Michael Kelley <mikelley@microsoft.com>

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

* [tip:x86/hyperv] x86/hyperv: Remove unused include
  2018-09-23  8:20 ` YueHaibing
@ 2018-09-27 19:25   ` tip-bot for YueHaibing
  -1 siblings, 0 replies; 5+ messages in thread
From: tip-bot for YueHaibing @ 2018-09-27 19:25 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: yuehaibing, sthemmin, linux-kernel, devel, kernel-janitors,
	mikelley, haiyangz, kys, mingo, tglx, hpa

Commit-ID:  5140a6f471137205687428b0b8f12f7187bffd18
Gitweb:     https://git.kernel.org/tip/5140a6f471137205687428b0b8f12f7187bffd18
Author:     YueHaibing <yuehaibing@huawei.com>
AuthorDate: Sun, 23 Sep 2018 08:20:22 +0000
Committer:  Thomas Gleixner <tglx@linutronix.de>
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 <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: <devel@linuxdriverproject.org>
Cc: <kernel-janitors@vger.kernel.org>
Link: https://lkml.kernel.org/r/1537690822-97455-1-git-send-email-yuehaibing@huawei.com

---
 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>

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

* [tip:x86/hyperv] x86/hyperv: Remove unused include
@ 2018-09-27 19:25   ` tip-bot for YueHaibing
  0 siblings, 0 replies; 5+ messages in thread
From: tip-bot for YueHaibing @ 2018-09-27 19:25 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: yuehaibing, sthemmin, linux-kernel, devel, kernel-janitors,
	mikelley, haiyangz, kys, mingo, tglx, hpa

Commit-ID:  5140a6f471137205687428b0b8f12f7187bffd18
Gitweb:     https://git.kernel.org/tip/5140a6f471137205687428b0b8f12f7187bffd18
Author:     YueHaibing <yuehaibing@huawei.com>
AuthorDate: Sun, 23 Sep 2018 08:20:22 +0000
Committer:  Thomas Gleixner <tglx@linutronix.de>
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 <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: <devel@linuxdriverproject.org>
Cc: <kernel-janitors@vger.kernel.org>
Link: https://lkml.kernel.org/r/1537690822-97455-1-git-send-email-yuehaibing@huawei.com

---
 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>

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

end of thread, other threads:[~2018-09-27 19:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-23  8:20 [PATCH -next] x86/hyper-v: Remove unused including <linux/version.h> YueHaibing
2018-09-23  8:20 ` YueHaibing
2018-09-23 14:59 ` Michael Kelley (EOSG)
2018-09-27 19:25 ` [tip:x86/hyperv] x86/hyperv: Remove unused include tip-bot for YueHaibing
2018-09-27 19:25   ` tip-bot for YueHaibing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.