From 0975694befc06a235cfce5b40d20206c5d8c6593 Mon Sep 17 00:00:00 2001 From: Qiheng Lin <linqiheng@huawei.com> Date: Wed, 31 Mar 2021 14:06:46 +0800 Subject: [PATCH] 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> --- drivers/hv/hv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c index 917b29e873c51..3e6ff83adff42 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> -- GitLab