dm: core: Create a new header file for 'compat' features
[oweals/u-boot.git] / drivers / core / devres.c
index d98e80de26d73a5cf8df62113e6fe44c491fce3e..457e1309c54e43fac2737a92b4c98ece84b03c75 100644 (file)
@@ -10,6 +10,7 @@
 #define LOG_CATEGORY LOGC_DEVRES
 
 #include <common.h>
+#include <malloc.h>
 #include <linux/compat.h>
 #include <linux/kernel.h>
 #include <linux/list.h>