Skip to content
Snippets Groups Projects
Commit 0975694b authored by Qiheng Lin's avatar Qiheng Lin Committed by Wei Liu
Browse files

Drivers: hv: vmbus: Remove unused linux/version.h header


That file is not needed in hv.c.

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarQiheng Lin <linqiheng@huawei.com>
Link: https://lore.kernel.org/r/20210331060646.2471-1-linqiheng@huawei.com


Signed-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent 90b9bfa4
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/hyperv.h> #include <linux/hyperv.h>
#include <linux/version.h>
#include <linux/random.h> #include <linux/random.h>
#include <linux/clockchips.h> #include <linux/clockchips.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment