]> Git Repo - J-u-boot.git/blobdiff - drivers/core/devres.c
dm: core: Create a new header file for 'compat' features
[J-u-boot.git] / drivers / core / devres.c
index 237b42653c6beb51e6cdc8043a8ec0941b925f6b..457e1309c54e43fac2737a92b4c98ece84b03c75 100644 (file)
 #define LOG_CATEGORY LOGC_DEVRES
 
 #include <common.h>
+#include <malloc.h>
 #include <linux/compat.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
 #include <dm/device.h>
+#include <dm/devres.h>
 #include <dm/root.h>
 #include <dm/util.h>
 
This page took 0.021701 seconds and 4 git commands to generate.