aboutsummaryrefslogtreecommitdiff
path: root/board/lg
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:42:11 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:25 -0600
commit4d1bb0d895c4e12193d69dda1af0d404b82d0d24 (patch)
tree17a2e2210ab60ce95245fc2011e9829ab1ce4ab8 /board/lg
parent9e4573f0169587cd9566d7fa48bc05b120de6b08 (diff)
downloadu-boot-4d1bb0d895c4e12193d69dda1af0d404b82d0d24.zip
u-boot-4d1bb0d895c4e12193d69dda1af0d404b82d0d24.tar.gz
u-boot-4d1bb0d895c4e12193d69dda1af0d404b82d0d24.tar.bz2
board: lg: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/lg')
-rw-r--r--board/lg/sniper/sniper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/lg/sniper/sniper.c b/board/lg/sniper/sniper.c
index 86032d7..88d5d08 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>