From abffe27edb35d235c9d07687548d319a44cc0a37 Mon Sep 17 00:00:00 2001 From: Jimmy Zheng Date: Mon, 29 Jan 2024 14:44:06 +0800 Subject: [PATCH] soc: andestech: pma.c: include soc_v5.h Add include header for CSR definition. Signed-off-by: Jimmy Zheng --- soc/andestech/ae350/pma.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soc/andestech/ae350/pma.c b/soc/andestech/ae350/pma.c index 46807bf0739..9847ba622eb 100644 --- a/soc/andestech/ae350/pma.c +++ b/soc/andestech/ae350/pma.c @@ -4,6 +4,8 @@ * SPDX-License-Identifier: Apache-2.0 */ +#include "soc_v5.h" + #include #include #include