]> Git Repo - J-u-boot.git/blobdiff - lib/list_sort.c
Merge patch series "cmd: Add support for optee commands."
[J-u-boot.git] / lib / list_sort.c
index 81de0a17de8d37452e94576ebb6eb99597f62681..a6e54d5bc46e92c69a619a26b493cb2f007a3b07 100644 (file)
@@ -1,12 +1,13 @@
-#define __UBOOT__
 #ifndef __UBOOT__
+#include <log.h>
+#include <dm/devres.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 #else
 #include <linux/compat.h>
-#include <common.h>
 #include <malloc.h>
+#include <linux/printk.h>
 #endif
 #include <linux/list.h>
 #include <linux/list_sort.h>
This page took 0.024063 seconds and 4 git commands to generate.