From 1c97a7170e36cf643463d6c13c70365a6e4e0941 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:42:02 -0600 Subject: [PATCH] board: iomega: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Reviewed-by: Tony Dinh Signed-off-by: Tom Rini --- board/iomega/iconnect/iconnect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/iomega/iconnect/iconnect.c b/board/iomega/iconnect/iconnect.c index 0387160200..00b08987e9 100644 --- a/board/iomega/iconnect/iconnect.c +++ b/board/iomega/iconnect/iconnect.c @@ -6,7 +6,6 @@ * Luka Perkov */ -#include #include #include #include -- 2.39.5