commit | 10558c2a3dadc022d42730c2a6764d892dd1d07f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 27 17:05:42 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 02 14:29:35 2024 -0500 |
tree | 926a4d12d109114047ac7ec3cd85b154f3813b75 | |
parent | a141b3991dc4feeed8f3fa93d68ebe044ff8ada8 [diff] |
ARM: renesas: Drop unused sh_sdhi.h This file is no longer used, the SDHI controller driver is long superseded by drivers/mmc/renesas-sdhi.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>