diff mbox series

[132/149] board: terasic: Remove <common.h> and add needed includes

Message ID 20240501024316.1767971-132-trini@konsulko.com
State Accepted
Commit 8d20b472625885c01ddf7fc76fe8d73f4d8c1dd7
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:42 a.m. UTC
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Anatolij Gustschin <agust@denx.de>
---
 board/terasic/de1-soc/socfpga.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/terasic/de1-soc/socfpga.c b/board/terasic/de1-soc/socfpga.c
index 22fbee40aba9..8d17f44fd373 100644
--- a/board/terasic/de1-soc/socfpga.c
+++ b/board/terasic/de1-soc/socfpga.c
@@ -2,7 +2,6 @@ 
 /*
  *  Copyright (C) 2012 Altera Corporation <www.altera.com>
  */
-#include <common.h>
 #include <spl.h>
 
 void board_boot_order(u32 *spl_boot_list)