commit | ec1223c895cdd496f1f45a1ba082bc95bae82356 | [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 | 10558c2a3dadc022d42730c2a6764d892dd1d07f [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>