From: Marek Vasut <marek.vasut+renesas@mailbox.org>
Date: Wed, 31 May 2023 18:15:47 +0000 (+0200)
Subject: ARM: rmobile: Reduce R-Car V3H Condor header usage
X-Git-Tag: v2025.01-rc5-pxa1908~950^2~22^2~7
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=ad1616f0e8762f6ca017e69af15be1ce42bdf62f;p=u-boot.git

ARM: rmobile: Reduce R-Car V3H Condor header usage

There is no need to pull in all those headers as the board file is
basically empty. Drop them all.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---

diff --git a/board/renesas/condor/condor.c b/board/renesas/condor/condor.c
index fdb95ac1a5..e29c67b509 100644
--- a/board/renesas/condor/condor.c
+++ b/board/renesas/condor/condor.c
@@ -7,17 +7,6 @@
  */
 
 #include <common.h>
-#include <cpu_func.h>
-#include <hang.h>
-#include <init.h>
-#include <asm/global_data.h>
-#include <asm/processor.h>
-#include <asm/mach-types.h>
-#include <asm/io.h>
-#include <linux/errno.h>
-#include <asm/arch/sys_proto.h>
-
-DECLARE_GLOBAL_DATA_PTR;
 
 int board_init(void)
 {