diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-05-31 20:16:09 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-06-08 22:26:51 +0200 |
commit | 5b90b22407e3620fc8c4cb2019ed2d073178f6f7 (patch) | |
tree | 25d9fdcbccd1232c91d2e1808f2709c489f54e13 | |
parent | a4fc6ee9e70eae21d4470b52d866442a4a068c79 (diff) |
ARM: rmobile: Reduce R-Car E3 Ebisu 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>
-rw-r--r-- | board/renesas/ebisu/ebisu.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/board/renesas/ebisu/ebisu.c b/board/renesas/ebisu/ebisu.c index fd2d990610..182e980006 100644 --- a/board/renesas/ebisu/ebisu.c +++ b/board/renesas/ebisu/ebisu.c @@ -7,28 +7,6 @@ */ #include <common.h> -#include <cpu_func.h> -#include <hang.h> -#include <init.h> -#include <malloc.h> -#include <netdev.h> -#include <dm.h> -#include <asm/global_data.h> -#include <dm/platform_data/serial_sh.h> -#include <asm/processor.h> -#include <asm/mach-types.h> -#include <asm/io.h> -#include <linux/errno.h> -#include <asm/arch/sys_proto.h> -#include <asm/gpio.h> -#include <asm/arch/gpio.h> -#include <asm/arch/rmobile.h> -#include <asm/arch/rcar-mstp.h> -#include <asm/arch/sh_sdhi.h> -#include <i2c.h> -#include <mmc.h> - -DECLARE_GLOBAL_DATA_PTR; int board_init(void) { |