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>
This commit is contained in:
Qiheng Lin 2021-03-31 14:06:46 +08:00 committed by Wei Liu
parent 90b9bfa470
commit 0975694bef

View file

@ -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>