From e12337915ce9a8bd8451c8dbcdafa2f585866d77 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 21 Jan 2024 18:31:23 +0100 Subject: ARM: renesas: Drop include common.h The header file is not necessary in either of those files, remove it as common.h is going away. Include missing asm/arch/rmobile.h in board/renesas/rcar-common/v3-common.c to prevent build failure of r8a77970_eagle r8a779a0_falcon r8a77980_v3hsk and r8a77970_v3msk . Include missing asm/u-boot.h in falcon.c and grpeach.c to fix build failure due to missing definition of struct bd_info . Include errno.h in grpeach.c to fix build error due to missing definition of EINVAL. Signed-off-by: Marek Vasut Reviewed-by: Paul Barker --- board/renesas/koelsch/qos.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/renesas/koelsch/qos.c') diff --git a/board/renesas/koelsch/qos.c b/board/renesas/koelsch/qos.c index f884e5fe65..70cd117ba6 100644 --- a/board/renesas/koelsch/qos.c +++ b/board/renesas/koelsch/qos.c @@ -6,7 +6,6 @@ * */ -#include #include #include #include -- cgit v1.2.3