commit | 00599ebadde8042d19c9e8fa5e8e01a92d73ff08 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 30 20:42:11 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:07:51 2024 -0600 |
tree | 17a2e2210ab60ce95245fc2011e9829ab1ce4ab8 | |
parent | cf090dad194b073546464be2680f2a30aa1e9299 [diff] |
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>
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>