diff options
author | Sean Anderson <seanga2@gmail.com> | 2020-10-04 21:39:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-15 18:36:55 -0400 |
commit | 66e7348fe7cbd40091dad017363f0d788ea69739 (patch) | |
tree | 819b06c19c0ced5b8b3e6d330c0323c0ad9caf67 /drivers/firmware/scmi/smt.c | |
parent | 4d55155f6c11cf1ff3c6ba28af1e4567325623d1 (diff) | |
download | u-boot-66e7348fe7cbd40091dad017363f0d788ea69739.tar.gz u-boot-66e7348fe7cbd40091dad017363f0d788ea69739.tar.xz u-boot-66e7348fe7cbd40091dad017363f0d788ea69739.zip |
firmware: scmi: Include device_compat.h
This header is necessary for the dev_xxx macros.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/firmware/scmi/smt.c')
-rw-r--r-- | drivers/firmware/scmi/smt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/scmi/smt.c b/drivers/firmware/scmi/smt.c index ce8fe49939..d25478796a 100644 --- a/drivers/firmware/scmi/smt.c +++ b/drivers/firmware/scmi/smt.c @@ -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> |