aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQiheng Lin <[email protected]>2021-03-31 14:06:46 +0800
committerWei Liu <[email protected]>2021-04-02 22:09:46 +0000
commit0975694befc06a235cfce5b40d20206c5d8c6593 (patch)
tree02bd7b907a7c88f93f032a6bc5d8835a24ec1565
parent90b9bfa4707c85c02cc1b22b57bc8abc24a6a5f0 (diff)
Drivers: hv: vmbus: Remove unused linux/version.h header
That file is not needed in hv.c. Reported-by: Hulk Robot <[email protected]> Signed-off-by: Qiheng Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]>
-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>