[PATCH 049/149] board: dfi: Remove <common.h> and add needed includes

Tom Rini trini at konsulko.com
Wed May 1 04:41:36 CEST 2024


Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Stefan Roese <sr at denx.de>
---
 board/dfi/dfi-bt700/dfi-bt700.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/dfi/dfi-bt700/dfi-bt700.c b/board/dfi/dfi-bt700/dfi-bt700.c
index 87506a77a17e..907cc985d7a9 100644
--- a/board/dfi/dfi-bt700/dfi-bt700.c
+++ b/board/dfi/dfi-bt700/dfi-bt700.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2016 Stefan Roese <sr at denx.de>
  */
 
-#include <common.h>
 #include <init.h>
 #include <log.h>
 #include <nuvoton_nct6102d.h>
-- 
2.34.1



More information about the U-Boot mailing list