[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1618307358-74492-1-git-send-email-yang.lee@linux.alibaba.com>
Date: Tue, 13 Apr 2021 17:49:18 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: kys@...rosoft.com
Cc: haiyangz@...rosoft.com, sthemmin@...rosoft.com, wei.liu@...nel.org,
linux-hyperv@...r.kernel.org, linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH] Drivers: hv: vmbus: remove unused including <linux/version.h>
Fix the following versioncheck warning:
./drivers/hv/hv.c: 16 linux/version.h not needed.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@...ux.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
Powered by blists - more mailing lists