mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 23:09:29 +02:00
hv_sock: Remove check for old Hyper-V hosts
With the overall removal of Linux support for running on Hyper-V hosts earlier than WS2016 and Windows 10, the check for such versions during hv_sock initialization is no longer necessary. Remove the check. Signed-off-by: Michael Kelley <mhklinux@outlook.com> Signed-off-by: Wei Liu <wei.liu@kernel.org>
This commit is contained in:
@@ -961,9 +961,6 @@ static int __init hvs_init(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
if (vmbus_proto_version < VERSION_WIN10)
|
||||
return -ENODEV;
|
||||
|
||||
ret = vmbus_driver_register(&hvs_drv);
|
||||
if (ret != 0)
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user