block: ide: Remove ide_preinit function
authorTom Rini <trini@konsulko.com>
Sat, 11 Jun 2022 02:59:30 +0000 (22:59 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 21:03:32 +0000 (17:03 -0400)
commit713a8cbb94896350b047c590d0246c1d1fe1400f
tree7b1c1503a38d02cd9e3a2e2a837444aa3a6fcf05
parent9836c433094ebbd8e4d06152d09b9a72013d7772
block: ide: Remove ide_preinit function

The only platform currently that defines an ide_preinit function has an
empty one that immediately returns.  Remove this hook.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/m5253demo/m5253demo.c
drivers/block/ide.c
include/configs/M5253DEMO.h
include/ide.h