diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:43:06 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:40 -0600 |
commit | 65978f53f994a7b1bec74964e52655ddca963eb5 (patch) | |
tree | 5df78ee81a175c9cc58e573983732e7635e764c4 | |
parent | e9c833194e9b9c67e9328bebf53e648cea08e8b8 (diff) | |
download | u-boot-65978f53f994a7b1bec74964e52655ddca963eb5.zip u-boot-65978f53f994a7b1bec74964e52655ddca963eb5.tar.gz u-boot-65978f53f994a7b1bec74964e52655ddca963eb5.tar.bz2 |
board: tq: 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>
-rw-r--r-- | board/tq/tqma6/tqma6.c | 1 | ||||
-rw-r--r-- | board/tq/tqma6/tqma6_mba6.c | 1 | ||||
-rw-r--r-- | board/tq/tqma6/tqma6_wru4.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/board/tq/tqma6/tqma6.c b/board/tq/tqma6/tqma6.c index 1c2228c..92142c1 100644 --- a/board/tq/tqma6/tqma6.c +++ b/board/tq/tqma6/tqma6.c @@ -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> diff --git a/board/tq/tqma6/tqma6_mba6.c b/board/tq/tqma6/tqma6_mba6.c index 52851dd..877539e 100644 --- a/board/tq/tqma6/tqma6_mba6.c +++ b/board/tq/tqma6/tqma6_mba6.c @@ -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> diff --git a/board/tq/tqma6/tqma6_wru4.c b/board/tq/tqma6/tqma6_wru4.c index 5d23991..21c7101 100644 --- a/board/tq/tqma6/tqma6_wru4.c +++ b/board/tq/tqma6/tqma6_wru4.c @@ -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> |