These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / lib / list_sort.c
index b290151..3fe4010 100644 (file)
@@ -289,5 +289,5 @@ exit:
        kfree(elts);
        return err;
 }
-module_init(list_sort_test);
+late_initcall(list_sort_test);
 #endif /* CONFIG_TEST_LIST_SORT */