diff options
author | Qiheng Lin <linqiheng@huawei.com> | 2021-03-31 09:06:46 +0300 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2021-04-03 01:09:46 +0300 |
commit | 0975694befc06a235cfce5b40d20206c5d8c6593 (patch) | |
tree | 02bd7b907a7c88f93f032a6bc5d8835a24ec1565 /drivers/hv | |
parent | 90b9bfa4707c85c02cc1b22b57bc8abc24a6a5f0 (diff) | |
download | linux-0975694befc06a235cfce5b40d20206c5d8c6593.tar.xz |
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.c | 1 |
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> |