ide: Tidy up ide_reset()
authorSimon Glass <sjg@chromium.org>
Tue, 25 Apr 2023 16:54:52 +0000 (10:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2023 17:51:07 +0000 (13:51 -0400)
commit9666de8332a59ff53544ffeee7f864c56a99791a
treecd05d9521fe930056f77b84cc80c12d1c98b65e4
parent49aa778406a28f45dafdeb6df30f7f378ccb3925
ide: Tidy up ide_reset()

Avoid using #ifdef and use a single function declaration, so it is easier
to read.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/ide.c