diff options
author | Tom Rini | 2024-04-30 20:41:39 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:07:50 -0600 |
commit | 6b77155d5e1f1984a6bc77a0af1ca6afb05f3851 (patch) | |
tree | 3fef01bb10dfda1c2de0bf4bdb9df76dd9e67739 /board | |
parent | 67b87187af7d28ca3c2e94bad18dfef63819aa2a (diff) |
board: eets: 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')
-rw-r--r-- | board/eets/pdu001/board.c | 2 | ||||
-rw-r--r-- | board/eets/pdu001/mux.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/eets/pdu001/board.c b/board/eets/pdu001/board.c index 3a52e4ae675..2ad256f8635 100644 --- a/board/eets/pdu001/board.c +++ b/board/eets/pdu001/board.c @@ -9,7 +9,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> diff --git a/board/eets/pdu001/mux.c b/board/eets/pdu001/mux.c index c97927e5cfe..f306a134031 100644 --- a/board/eets/pdu001/mux.c +++ b/board/eets/pdu001/mux.c @@ -7,7 +7,7 @@ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ */ -#include <common.h> +#include <config.h> #include <i2c.h> #include <asm/arch/sys_proto.h> #include <asm/arch/hardware.h> |