diff options
author | Tom Rini | 2024-04-30 20:41:51 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:24 -0600 |
commit | 5b1d20b51a5f665c3ad2b09346351d56da0fad11 (patch) | |
tree | 4751406b063a295353cc9fed0e217d007d586088 /board/gateworks/venice | |
parent | d0642848c904d87137f7a3e59704cb14062b8801 (diff) |
board: gateworks: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Acked-By: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/gateworks/venice')
-rw-r--r-- | board/gateworks/venice/eeprom.c | 1 | ||||
-rw-r--r-- | board/gateworks/venice/lpddr4_timing_imx8mm.c | 1 | ||||
-rw-r--r-- | board/gateworks/venice/spl.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/board/gateworks/venice/eeprom.c b/board/gateworks/venice/eeprom.c index 241be4ee630..afaabf34879 100644 --- a/board/gateworks/venice/eeprom.c +++ b/board/gateworks/venice/eeprom.c @@ -3,7 +3,6 @@ * Copyright 2021 Gateworks Corporation */ -#include <common.h> #include <gsc.h> #include <hexdump.h> #include <i2c.h> diff --git a/board/gateworks/venice/lpddr4_timing_imx8mm.c b/board/gateworks/venice/lpddr4_timing_imx8mm.c index 78b431dc284..3f2c090a94f 100644 --- a/board/gateworks/venice/lpddr4_timing_imx8mm.c +++ b/board/gateworks/venice/lpddr4_timing_imx8mm.c @@ -6,7 +6,6 @@ */ #include <linux/kernel.h> -#include <common.h> #include <asm/arch/ddr.h> #include <asm/arch/lpddr4_define.h> diff --git a/board/gateworks/venice/spl.c b/board/gateworks/venice/spl.c index b0a315ba953..f10d310a46d 100644 --- a/board/gateworks/venice/spl.c +++ b/board/gateworks/venice/spl.c @@ -3,7 +3,6 @@ * Copyright 2021 Gateworks Corporation */ -#include <common.h> #include <cpu_func.h> #include <hang.h> #include <i2c.h> |