md: simplify get_bitmap_file now that "file" is zeroed.
[pandora-kernel.git] / 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 */