x86: Add CONFIG_LBA48 and remove CONFIG_ATAPI in x86-common.h
[platform/kernel/u-boot.git] / lib / qsort.c
index 1cc0d31..5709884 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,