]> Pileus Git - ~andy/linux/blobdiff - lib/list_sort.c
lib/Kconfig.debug: add list_sort debugging switch
[~andy/linux] / lib / list_sort.c
index a7616fa3162e844f5b3c7090c1911543c826147e..827794016bfbd9f7c87bbe281660dc8120bbf1e3 100644 (file)
@@ -141,7 +141,7 @@ void list_sort(void *priv, struct list_head *head,
 }
 EXPORT_SYMBOL(list_sort);
 
-#ifdef DEBUG_LIST_SORT
+#ifdef CONFIG_TEST_LIST_SORT
 struct debug_el {
        struct list_head l_h;
        int value;
@@ -214,4 +214,4 @@ static int __init list_sort_test(void)
        return 0;
 }
 module_init(list_sort_test);
-#endif
+#endif /* CONFIG_TEST_LIST_SORT */