From 60c08dd7718364e3ab4565801e7d972aec2ee036 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:55 -0400 Subject: arc: Remove common.h usage We can remove common.h from most cases of the code here, and only a few places need an additional header instead. Signed-off-by: Tom Rini Acked-by: Alexey Brodkin --- board/synopsys/hsdk/env-lib.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/synopsys/hsdk/env-lib.c') diff --git a/board/synopsys/hsdk/env-lib.c b/board/synopsys/hsdk/env-lib.c index d85e8167332..85a2249f17f 100644 --- a/board/synopsys/hsdk/env-lib.c +++ b/board/synopsys/hsdk/env-lib.c @@ -7,6 +7,8 @@ #include "env-lib.h" #include #include +#include +#include #include #define MAX_CMD_LEN 25 -- cgit v1.2.3