summaryrefslogtreecommitdiff
path: root/board/broadcom/bcmns3/ns3.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:16 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:49 -0600
commitefbb04bc182e3fbc0ba2c7e08a8cec98bd46003c (patch)
tree869c4330bae090d2305b3d9e65fb3e18a985e5cc /board/broadcom/bcmns3/ns3.c
parentcae112ef8db3baec6f64c43c9e4f7b38bc25603c (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 <william.zhang@broadcom.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/broadcom/bcmns3/ns3.c')
-rw-r--r--board/broadcom/bcmns3/ns3.c2
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>