commit | a8ac0f336d0b94369c6615a2513ef4bda21a97ae | [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 | c13a8f93700add11043720d30a9e09713b6157a1 [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>