From 131582cab573e31fc2bd2be2cf34cb5d15e2bdef Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:42:52 -0600 Subject: [PATCH] board: sr1500: 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/sr1500/socfpga.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/sr1500/socfpga.c b/board/sr1500/socfpga.c index d9125a76bf..5603ef24da 100644 --- a/board/sr1500/socfpga.c +++ b/board/sr1500/socfpga.c @@ -3,7 +3,6 @@ * Copyright (C) 2015 Stefan Roese */ -#include #include #include #include -- 2.39.5