]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ata: sata: Drop empty bootdev_ops structure
authorTom Rini <trini@konsulko.com>
Tue, 19 May 2026 13:53:14 +0000 (07:53 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 May 2026 14:18:29 +0000 (08:18 -0600)
commitce12ad70b8b7984cceeaa236ad61498bdcfdc5bd
tree884725fdb40a48c3f8fab761c76c25a0a437bc75
parent83cf74a01a836d662db2413b80d50264fa7bdcfb
ata: sata: 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/ata/sata_bootdev.c