diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:41:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-06 15:07:49 -0600 |
| commit | efbb04bc182e3fbc0ba2c7e08a8cec98bd46003c (patch) | |
| tree | 869c4330bae090d2305b3d9e65fb3e18a985e5cc /board/broadcom/bcmbca | |
| parent | cae112ef8db3baec6f64c43c9e4f7b38bc25603c (diff) | |
board: broadcom: 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: William Zhang <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/broadcom/bcmbca')
| -rw-r--r-- | board/broadcom/bcmbca/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/broadcom/bcmbca/board.c b/board/broadcom/bcmbca/board.c index bcecb4d7839..a6ced92565f 100644 --- a/board/broadcom/bcmbca/board.c +++ b/board/broadcom/bcmbca/board.c @@ -3,7 +3,6 @@ * (C) Copyright 2022 Broadcom Ltd. */ -#include <common.h> #include <fdtdec.h> int board_init(void) |
