commit | 9115349e5b328b5a7399c9e93d6181e5b9531c8b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 27 17:05:43 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 02 14:29:35 2024 -0500 |
tree | 9d68eb29b46a71778f65d190c75899bd1ab55bed | |
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>