From: Sean Anderson Date: Mon, 5 Oct 2020 01:39:51 +0000 (-0400) Subject: tee: optee: Include device_compat.h X-Git-Tag: v2021.01-rc1~22^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7399897b6c0ac5346444347ba516528b991e720f;p=pandora-u-boot.git tee: optee: Include device_compat.h Necessary for dev_xxx. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- diff --git a/drivers/tee/optee/core.c b/drivers/tee/optee/core.c index 5260dab3ac..66ade37cd4 100644 --- a/drivers/tee/optee/core.c +++ b/drivers/tee/optee/core.c @@ -5,6 +5,7 @@ #include #include +#include #include #include #include