From 31534d8ad5ff2e0c5fe7e760f44fe88439176847 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:43:00 -0600 Subject: [PATCH] board: thead: 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/thead/th1520_lpi4a/board.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/thead/th1520_lpi4a/board.c b/board/thead/th1520_lpi4a/board.c index 16c3e456b3..bb83e7561f 100644 --- a/board/thead/th1520_lpi4a/board.c +++ b/board/thead/th1520_lpi4a/board.c @@ -4,7 +4,6 @@ * */ -#include #include int board_init(void) -- 2.39.5