x86/hyperv: Remove hv_vtl_early_init initcall
[linux-2.6-microblaze.git] / arch / x86 / hyperv / hv_vtl.c
index 36a5622..999f5ac 100644 (file)
@@ -215,7 +215,7 @@ static int hv_vtl_wakeup_secondary_cpu(int apicid, unsigned long start_eip)
        return hv_vtl_bringup_vcpu(vp_id, start_eip);
 }
 
-static int __init hv_vtl_early_init(void)
+int __init hv_vtl_early_init(void)
 {
        /*
         * `boot_cpu_has` returns the runtime feature support,
@@ -230,4 +230,3 @@ static int __init hv_vtl_early_init(void)
 
        return 0;
 }
-early_initcall(hv_vtl_early_init);