From ad1616f0e8762f6ca017e69af15be1ce42bdf62f Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 31 May 2023 20:15:47 +0200 Subject: [PATCH] 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 --- board/renesas/condor/condor.c | 11 ----------- 1 file changed, 11 deletions(-) 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 -#include -#include -#include -#include -#include -#include -#include -#include -#include - -DECLARE_GLOBAL_DATA_PTR; int board_init(void) { -- 2.39.5