diff mbox series

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

Message ID 20240501024316.1767971-84-trini@konsulko.com
State Accepted
Commit 4d1bb0d895c4e12193d69dda1af0d404b82d0d24
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: Paul Kocialkowski <contact@paulk.fr>
---
 board/lg/sniper/sniper.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/board/lg/sniper/sniper.c b/board/lg/sniper/sniper.c
index 86032d7fcdf7..88d5d0881433 100644
--- a/board/lg/sniper/sniper.c
+++ b/board/lg/sniper/sniper.c
@@ -6,7 +6,6 @@ 
  */
 
 #include <config.h>
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <fastboot.h>