]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/qsort.c
libfdt: fix error code of fdt_count_strings()
[karo-tx-uboot.git] / lib / qsort.c
index 1cc0d31c9ea2ae0561027ea5399393c7945b896a..57098841f9a40ff9bd590075845ca6b9b06f8a9a 100644 (file)
  * bcc and gcc. */
 
 #include <linux/types.h>
+#include <common.h>
 #include <exports.h>
-#if 0
-#include <assert.h>
-#else
-#define assert(arg)
-#endif
 
 void qsort(void  *base,
           size_t nel,