MIPS: math-emu: Add support for the MIPS R6 SELEQZ FPU instruction
[linux-drm-fsl-dcu.git] / lib / list_sort.c
index b29015102698b393e0fdb84e2f7e6170d1e2a0a9..3fe401067e20ba81c762fb00ae00730de6b9502f 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 */