]> git.baikalelectronics.ru Git - uboot.git/commit
ide: Drop non-DM code for BLK
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:24 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commit0a4d61109d9d886b099416700949fbec057ada0c
tree667ee1d1904603e3c2c2bf644c19bc06cc4310e4
parent3de5aca4162330b55a1d0570464b8d7129d118fd
ide: Drop non-DM code for BLK

We require CONFIG_BLK to be enabled now, so this code is unused. Drop it.

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