diff mbox series

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

Message ID 20240501024316.1767971-56-trini@konsulko.com
State Accepted
Commit 521043f3243dd71b51c3852209417b69ef519e28
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:41 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: "Eric BĂ©nard" <eric@eukrea.com>
---
 board/embest/mx6boards/mx6boards.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/embest/mx6boards/mx6boards.c b/board/embest/mx6boards/mx6boards.c
index a3c23bdfb64e..896350140d61 100644
--- a/board/embest/mx6boards/mx6boards.c
+++ b/board/embest/mx6boards/mx6boards.c
@@ -12,7 +12,6 @@ 
  * Copyright (C) 2013 Jon Nettleton <jon.nettleton@gmail.com>.
  */
 
-#include <common.h>
 #include <init.h>
 #include <net.h>
 #include <asm/arch/clock.h>