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/bcmns3 | |
| 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/bcmns3')
| -rw-r--r-- | board/broadcom/bcmns3/ns3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/broadcom/bcmns3/ns3.c b/board/broadcom/bcmns3/ns3.c index 7ae6742c4be..bb2f1e4f62a 100644 --- a/board/broadcom/bcmns3/ns3.c +++ b/board/broadcom/bcmns3/ns3.c @@ -4,8 +4,8 @@ * */ -#include <common.h> #include <fdt_support.h> +#include <linux/errno.h> #include <asm/io.h> #include <asm/gic-v3.h> #include <asm/global_data.h> |
