diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-01-21 18:31:23 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-01-27 20:16:39 +0100 |
commit | e12337915ce9a8bd8451c8dbcdafa2f585866d77 (patch) | |
tree | 8a9a236e05785a0fdc718af2882af3614f175770 /board/renesas/blanche/qos.c | |
parent | b90862d2f496511d007dd4d1686b93084723f298 (diff) |
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 <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Diffstat (limited to 'board/renesas/blanche/qos.c')
-rw-r--r-- | board/renesas/blanche/qos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/blanche/qos.c b/board/renesas/blanche/qos.c index e3ad83ee0c..3134b36a44 100644 --- a/board/renesas/blanche/qos.c +++ b/board/renesas/blanche/qos.c @@ -5,7 +5,6 @@ * Copyright (C) 2016 Renesas Electronics Corporation */ -#include <common.h> #include <asm/processor.h> #include <asm/mach-types.h> #include <asm/io.h> |