Fix the following versioncheck warning: ./drivers/hv/hv.c: 16 linux/version.h not needed.
Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> --- 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

