Re: [PATCH] Drivers: hv: vmbus: remove unused including <linux/version.h>
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-04-13 11:10:04
Also in:
lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2021-04-13 11:10:04
Also in:
lkml
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 <redacted> Signed-off-by: Yang Li <redacted>
Thanks for the patch. This has also been reported by Huawei's kernel bot and fixed in hyperv-next. Wei.