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/cpu-info.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/cpu-info.c')
-rw-r--r-- | board/xilinx/common/cpu-info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/xilinx/common/cpu-info.c b/board/xilinx/common/cpu-info.c index bfe7f5b7e38..765bb24d937 100644 --- a/board/xilinx/common/cpu-info.c +++ b/board/xilinx/common/cpu-info.c @@ -4,7 +4,6 @@ * Michal Simek <michal.simek@amd.com> */ -#include <common.h> #include <init.h> #include <soc.h> |