From 1089cf9cdd8e3091a2f9c83d437cee980eb1db6b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:42:44 -0600 Subject: [PATCH] board: silinux: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini --- board/silinux/ek874/ek874.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/silinux/ek874/ek874.c b/board/silinux/ek874/ek874.c index 6dc804a0c0..a3fe6f96d0 100644 --- a/board/silinux/ek874/ek874.c +++ b/board/silinux/ek874/ek874.c @@ -6,8 +6,8 @@ * Copyright (C) 2021 Renesas Electronics Corporation */ -#include #include +#include #include #define RST_BASE 0xE6160000 -- 2.39.5