diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:25 -0600 |
commit | d0a957673cb0cd4ced6b6d19bbc3c4d069ac8538 (patch) | |
tree | 5bd2c8b44865012aa5acdc965581a45d210689f9 /board/liebherr/display5/spl.c | |
parent | 4d1bb0d895c4e12193d69dda1af0d404b82d0d24 (diff) | |
download | u-boot-d0a957673cb0cd4ced6b6d19bbc3c4d069ac8538.tar.gz u-boot-d0a957673cb0cd4ced6b6d19bbc3c4d069ac8538.tar.bz2 u-boot-d0a957673cb0cd4ced6b6d19bbc3c4d069ac8538.zip |
board: liebherr: 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/liebherr/display5/spl.c')
-rw-r--r-- | board/liebherr/display5/spl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/liebherr/display5/spl.c b/board/liebherr/display5/spl.c index 97928e9221..819d3acbe5 100644 --- a/board/liebherr/display5/spl.c +++ b/board/liebherr/display5/spl.c @@ -4,7 +4,6 @@ * Lukasz Majewski, DENX Software Engineering, lukma@denx.de */ -#include <common.h> #include <cpu_func.h> #include <env.h> #include <image.h> |