]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/hv/hv_util.c
use the new async probing feature for the hyperv drivers
[thirdparty/linux.git] / drivers / hv / hv_util.c
index 14dce25c104f4b9dcb11627811a5f1241f1369f4..423205077bf6472b78122b78a97f920cebf87d9f 100644 (file)
@@ -487,6 +487,9 @@ static  struct hv_driver util_drv = {
        .id_table = id_table,
        .probe =  util_probe,
        .remove =  util_remove,
+       .driver = {
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
+       },
 };
 
 static int hv_ptp_enable(struct ptp_clock_info *info,