dm: core: Create a new header file for 'compat' features
[oweals/u-boot.git] / drivers / remoteproc / ti_k3_dsp_rproc.c
index c5dc6b25da89126f1e311aff147fe9da18821a8a..09e050ffb2d3ab76f49ce8b7fd8da60c61b4b14c 100644 (file)
@@ -9,12 +9,15 @@
 
 #include <common.h>
 #include <dm.h>
+#include <malloc.h>
 #include <remoteproc.h>
 #include <errno.h>
 #include <clk.h>
 #include <reset.h>
 #include <asm/io.h>
 #include <power-domain.h>
+#include <dm/device_compat.h>
+#include <linux/err.h>
 #include <linux/soc/ti/ti_sci_protocol.h>
 #include "ti_sci_proc.h"