]> git.ipfire.org Git - thirdparty/u-boot.git/commit
block: ide: Drop empty bootdev_ops structure
authorTom Rini <trini@konsulko.com>
Mon, 18 May 2026 21:49:52 +0000 (15:49 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 May 2026 14:17:23 +0000 (08:17 -0600)
commit83cf74a01a836d662db2413b80d50264fa7bdcfb
treef8ac404629169cb34b0c1e36dfe0f589acb15a7f
parent15cc283d1ba4f0821bf96dd709cc805513746da7
block: ide: Drop empty bootdev_ops structure

We don't need to provide an empty struct here now that the caller can
handle this being empty.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/block/ide.c