diff options
author | Marek Vasut | 2024-02-27 17:05:43 +0100 |
---|---|---|
committer | Tom Rini | 2024-03-02 14:29:35 -0500 |
commit | 9115349e5b328b5a7399c9e93d6181e5b9531c8b (patch) | |
tree | 9d68eb29b46a71778f65d190c75899bd1ab55bed /board/renesas/lager | |
parent | a8ac0f336d0b94369c6615a2513ef4bda21a97ae (diff) |
ARM: renesas: Drop unused mmc.h
This file is no longer used, the MMCIF controller driver is
superseded by drivers/mmc/sh_mmcif.c which includes all the
details of the hardware. Remove this file include from all
board files and remove the file itself. No functional change.
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/lager')
-rw-r--r-- | board/renesas/lager/lager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/renesas/lager/lager.c b/board/renesas/lager/lager.c index e60dbc7a68c..d9d460834b2 100644 --- a/board/renesas/lager/lager.c +++ b/board/renesas/lager/lager.c @@ -28,7 +28,6 @@ #include <asm/gpio.h> #include <asm/arch/rmobile.h> #include <asm/arch/rcar-mstp.h> -#include <asm/arch/mmc.h> #include <miiphy.h> #include <i2c.h> #include <mmc.h> |