diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:24 -0600 |
commit | ca5428cb5b6e78d3bdde85b4b9435acc4ccaf96d (patch) | |
tree | ee79b04d42b9f14ba66076a3a071ad134beb04b4 /board/gdsys/a38x/hydra.c | |
parent | 5b1d20b51a5f665c3ad2b09346351d56da0fad11 (diff) | |
download | u-boot-ca5428cb5b6e78d3bdde85b4b9435acc4ccaf96d.tar.gz u-boot-ca5428cb5b6e78d3bdde85b4b9435acc4ccaf96d.tar.bz2 u-boot-ca5428cb5b6e78d3bdde85b4b9435acc4ccaf96d.zip |
board: gdsys: 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>
Diffstat (limited to 'board/gdsys/a38x/hydra.c')
-rw-r--r-- | board/gdsys/a38x/hydra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gdsys/a38x/hydra.c b/board/gdsys/a38x/hydra.c index 495a976918..970d508ff3 100644 --- a/board/gdsys/a38x/hydra.c +++ b/board/gdsys/a38x/hydra.c @@ -1,8 +1,8 @@ -#include <common.h> #include <command.h> #include <console.h> /* ctrlc */ #include <pci.h> #include <asm/io.h> +#include <mach/soc.h> #include "hydra.h" |