aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
diff options
context:
space:
mode:
authorQiheng Lin <linqiheng@huawei.com>2021-03-31 14:06:46 +0800
committerWei Liu <wei.liu@kernel.org>2021-04-02 22:09:46 +0000
commit0975694befc06a235cfce5b40d20206c5d8c6593 (patch)
tree02bd7b907a7c88f93f032a6bc5d8835a24ec1565 /drivers/hv
parentx86/hyperv: remove unused linux/version.h header (diff)
downloadlinux-dev-0975694befc06a235cfce5b40d20206c5d8c6593.tar.xz
linux-dev-0975694befc06a235cfce5b40d20206c5d8c6593.zip
Drivers: hv: vmbus: Remove unused linux/version.h header
That file is not needed in hv.c. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Qiheng Lin <linqiheng@huawei.com> Link: https://lore.kernel.org/r/20210331060646.2471-1-linqiheng@huawei.com Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'drivers/hv')
-rw-r--r--drivers/hv/hv.c1
1 files changed, 0 insertions, 1 deletions
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>