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/bcmstb | |
| 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/bcmstb')
| -rw-r--r-- | board/broadcom/bcmstb/bcmstb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/broadcom/bcmstb/bcmstb.c b/board/broadcom/bcmstb/bcmstb.c index aead6f099e8..bc05aecc446 100644 --- a/board/broadcom/bcmstb/bcmstb.c +++ b/board/broadcom/bcmstb/bcmstb.c @@ -12,7 +12,6 @@ #include <time.h> #include <asm/global_data.h> #include <linux/types.h> -#include <common.h> #include <env.h> #include <asm/io.h> #include <asm/bootm.h> |
