]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
firmware: scmi: Include device_compat.h
authorSean Anderson <seanga2@gmail.com>
Mon, 5 Oct 2020 01:39:44 +0000 (21:39 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 15 Oct 2020 22:36:55 +0000 (18:36 -0400)
This header is necessary for the dev_xxx macros.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/firmware/scmi/mailbox_agent.c
drivers/firmware/scmi/scmi_agent-uclass.c
drivers/firmware/scmi/smt.c

index 7d9fb3622eddc7bda2e345fff353f25b63b97a5e..a85cff1097efa5d1157c321e01136bdd698c2f73 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <common.h>
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <errno.h>
 #include <mailbox.h>
 #include <scmi_agent.h>
index 77160b199956d3855f29a01a01fbf0490ecd6606..7dc533149b6e183f5bc1645b8a6eacb910a84255 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <common.h>
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <errno.h>
 #include <scmi_agent-uclass.h>
 #include <scmi_protocols.h>
index ce8fe4993905b5fe25f7d96d532813159942431f..d25478796aa97f2dc09b303e6040fe1eb4c1e4fa 100644 (file)
@@ -7,6 +7,7 @@
 #include <common.h>
 #include <cpu_func.h>
 #include <dm.h>
+#include <dm/device_compat.h>
 #include <errno.h>
 #include <scmi_agent.h>
 #include <asm/cache.h>