diff options
author | Tom Rini | 2024-04-30 20:42:43 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:40 -0600 |
commit | bdae1d831fa762e8fceb715a8117f5a8547ecb27 (patch) | |
tree | 53183376b7fbaa1420ad70d1f4ad36dde9754e3d /board/siemens/capricorn/board.c | |
parent | cb9e4a0c1481693afb0f45ca90c8657f0416b8f0 (diff) |
board: siemens: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/siemens/capricorn/board.c')
-rw-r--r-- | board/siemens/capricorn/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/siemens/capricorn/board.c b/board/siemens/capricorn/board.c index b1d7e3b1c05..53dac8bfe1b 100644 --- a/board/siemens/capricorn/board.c +++ b/board/siemens/capricorn/board.c @@ -5,7 +5,6 @@ * Copyright 2019 Siemens AG * */ -#include <common.h> #include <command.h> #include <dm.h> #include <env.h> |