diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:43:15 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:40 -0600 |
commit | 5ef7101251878f707ffeaff68fe34fca23a5a0a3 (patch) | |
tree | c363409da8068289183de7725a875514907eecf2 /board/xilinx/common/board.c | |
parent | 816055e20dd42134295ab8a7b32f34c3006cc6f0 (diff) |
board: xilinx: 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/xilinx/common/board.c')
-rw-r--r-- | board/xilinx/common/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/xilinx/common/board.c b/board/xilinx/common/board.c index b47d2d23f91..30a81376ac4 100644 --- a/board/xilinx/common/board.c +++ b/board/xilinx/common/board.c @@ -6,7 +6,6 @@ * Michal Simek <michal.simek@amd.com> */ -#include <common.h> #include <efi.h> #include <efi_loader.h> #include <env.h> |