From 8d20b472625885c01ddf7fc76fe8d73f4d8c1dd7 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:42:59 -0600 Subject: [PATCH] board: terasic: 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/terasic/de1-soc/socfpga.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/terasic/de1-soc/socfpga.c b/board/terasic/de1-soc/socfpga.c index 22fbee40ab..8d17f44fd3 100644 --- a/board/terasic/de1-soc/socfpga.c +++ b/board/terasic/de1-soc/socfpga.c @@ -2,7 +2,6 @@ /* * Copyright (C) 2012 Altera Corporation */ -#include #include void board_boot_order(u32 *spl_boot_list) -- 2.39.5