]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: vscom: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:43:10 +0000 (20:43 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:40 +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/vscom/baltos/board.c
board/vscom/baltos/mux.c

index bc7dc5888f2dac783dfc0e3e78aeee01a324b408..2c91e9fac43d120c0010087f10c5f06a02838811 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/
  */
 
-#include <common.h>
+#include <config.h>
 #include <env.h>
 #include <errno.h>
 #include <init.h>
index 7b99cf0e182faec94b571e43ac89c42965907dfb..77b142f08f0ad92547fc4872efda75ba4e2b2ebe 100644 (file)
@@ -13,7 +13,6 @@
  * GNU General Public License for more details.
  */
 
-#include <common.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/mux.h>