linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Drivers: hv: vmbus: remove unused including <linux/version.h>
@ 2021-04-13  9:49 Yang Li
  2021-04-13 11:09 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2021-04-13  9:49 UTC (permalink / raw)
  To: kys; +Cc: haiyangz, sthemmin, wei.liu, linux-hyperv, linux-kernel, Yang Li

Fix the following versioncheck warning:
./drivers/hv/hv.c: 16 linux/version.h not needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/hv/hv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c
index f202ac7..2c3ae4d 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 <clocksource/hyperv_timer.h>
-- 
1.8.3.1


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

end of thread, other threads:[~2021-04-13 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13  9:49 [PATCH] Drivers: hv: vmbus: remove unused including <linux/version.h> Yang Li
2021-04-13 11:09 ` Wei Liu

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