]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: lg: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:11 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:25 +0000 (08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/lg/sniper/sniper.c

index 86032d7fcdf7b0e876bc6c8b9ed71b0a22e22c52..88d5d08814335a1b86809f99d187bf032daaeee8 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <fastboot.h>