Re: [PATCH] Drivers: hv: vmbus: remove unused including

2021-04-13 Thread Wei Liu
On Tue, Apr 13, 2021 at 05:49:18PM +0800, Yang Li wrote: > Fix the following versioncheck warning: > ./drivers/hv/hv.c: 16 linux/version.h not needed. > > Reported-by: Abaci Robot > Signed-off-by: Yang Li Thanks for the patch. This has also been reported by Huawei's kernel bot and fixed in

[PATCH] Drivers: hv: vmbus: remove unused including

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