From: Sean Anderson Date: Mon, 5 Oct 2020 01:39:51 +0000 (-0400) Subject: tee: optee: Include device_compat.h X-Git-Tag: baikal/mips/sdk5.9~168^2~9 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=9c044f7d083b6d525f254b69e0dd295766989e05;p=uboot.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