Merge tag 'u-boot-amlogic-20200406' of https://gitlab.denx.de/u-boot/custodians/u...
[oweals/u-boot.git] / lib / qsort.c
index 1cc0d31c9ea2ae0561027ea5399393c7945b896a..f63d4ef726841cd8e51c76988007db9e53a9ed16 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
+#include <sort.h>
 
 void qsort(void  *base,
           size_t nel,