]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - lib/qsort.c
Merge tag 'u-boot-stm32-20240614' of https://source.denx.de/u-boot/custodians/u-boot-stm
[thirdparty/u-boot.git] / lib / qsort.c
index f63d4ef726841cd8e51c76988007db9e53a9ed16..a2562c4942ea8b175c503728cf646fbd7381ea98 100644 (file)
@@ -15,8 +15,8 @@
  * calculation, as well as to reduce the generated code size with
  * bcc and gcc. */
 
+#include <log.h>
 #include <linux/types.h>
-#include <common.h>
 #include <exports.h>
 #include <sort.h>