]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: tq: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:43:06 +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/tq/tqma6/tqma6.c
board/tq/tqma6/tqma6_mba6.c
board/tq/tqma6/tqma6_wru4.c

index 1c2228c77ad07422650e8fe17c9cedbf7d14d72c..92142c10ae5aa59fc98ac64931c2587bd17281e9 100644 (file)
@@ -21,7 +21,6 @@
 #include <asm/io.h>
 #include <asm/mach-imx/mxc_i2c.h>
 #include <asm/mach-imx/spi.h>
-#include <common.h>
 #include <fsl_esdhc_imx.h>
 #include <linux/libfdt.h>
 #include <i2c.h>
index 52851dd5b55e9fcd216bc43bbae97544108be2a2..877539e359e2321201cdb34c78c390f8fb7a04b0 100644 (file)
@@ -20,7 +20,6 @@
 #include <asm/gpio.h>
 #include <asm/mach-imx/mxc_i2c.h>
 
-#include <common.h>
 #include <fsl_esdhc_imx.h>
 #include <linux/libfdt.h>
 #include <malloc.h>
index 5d239913fc5b6fccf1189fd4268e927cc9252f0b..21c710188e091928cf3e169a8ae46482677d7d80 100644 (file)
@@ -23,7 +23,6 @@
 #include <asm/mach-imx/boot_mode.h>
 #include <asm/mach-imx/mxc_i2c.h>
 
-#include <common.h>
 #include <fsl_esdhc_imx.h>
 #include <linux/libfdt.h>
 #include <malloc.h>