All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] Drivers: hv: vmbus: Remove unused including <linux/version.h>
@ 2021-03-31  6:06 Qiheng Lin
  2021-04-02 22:12 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Qiheng Lin @ 2021-03-31  6:06 UTC (permalink / raw)
  To: linqiheng, K. Y. Srinivasan, Haiyang Zhang, Stephen Hemminger, Wei Liu
  Cc: linux-hyperv, kernel-janitors, Hulk Robot

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

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
---
 drivers/hv/hv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c
index 917b29e873c5..3e6ff83adff4 100644
--- a/drivers/hv/hv.c
+++ b/drivers/hv/hv.c
@@ -13,7 +13,6 @@
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include <linux/hyperv.h>
-#include <linux/version.h>
 #include <linux/random.h>
 #include <linux/clockchips.h>
 #include <linux/interrupt.h>


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

* Re: [PATCH -next] Drivers: hv: vmbus: Remove unused including <linux/version.h>
  2021-03-31  6:06 [PATCH -next] Drivers: hv: vmbus: Remove unused including <linux/version.h> Qiheng Lin
@ 2021-04-02 22:12 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2021-04-02 22:12 UTC (permalink / raw)
  To: Qiheng Lin
  Cc: K. Y. Srinivasan, Haiyang Zhang, Stephen Hemminger, Wei Liu,
	linux-hyperv, kernel-janitors, Hulk Robot

On Wed, Mar 31, 2021 at 02:06:46PM +0800, Qiheng Lin wrote:
> Remove including <linux/version.h> that don't need it.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Qiheng Lin <linqiheng@huawei.com>

Commit message adjusted and queued for hyperv-next. Thanks.

Wei.

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

end of thread, other threads:[~2021-04-02 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-31  6:06 [PATCH -next] Drivers: hv: vmbus: Remove unused including <linux/version.h> Qiheng Lin
2021-04-02 22:12 ` Wei Liu

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.