From: Bin Meng Date: Thu, 23 Feb 2023 10:40:08 +0000 (+0800) Subject: platform: generic/andes: Fix ae350.c header dependency X-Git-Tag: accepted/tizen/unified/riscv/20231123.095152~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=745aaecc64dcae0cfb7e40702a173100af94d582;p=platform%2Fkernel%2Fopensbi.git platform: generic/andes: Fix ae350.c header dependency The code calls various macros from riscv_asm.h which is not directly included. Fix such dependency. Signed-off-by: Bin Meng Reviewed-by: Anup Patel --- diff --git a/platform/generic/andes/ae350.c b/platform/generic/andes/ae350.c index 89f5b74..01bd02d 100644 --- a/platform/generic/andes/ae350.c +++ b/platform/generic/andes/ae350.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include