[PATCH 03/30] block : efi: rename driver variable from efi_fs_driver to efi_bio_driver
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Nov 22 00:47:05 PST 2021
Rename the copy-pasted second efi_fs_driver to a more fitting
efi_bio_driver.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/block/efi-block-io.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/block/efi-block-io.c b/drivers/block/efi-block-io.c
index 3475615baf93..04234b5ab2d4 100644
--- a/drivers/block/efi-block-io.c
+++ b/drivers/block/efi-block-io.c
@@ -182,11 +182,11 @@ static int efi_bio_probe(struct efi_device *efidev)
return 0;
}
-static struct efi_driver efi_fs_driver = {
+static struct efi_driver efi_bio_driver = {
.driver = {
.name = "efi-block-io",
},
.probe = efi_bio_probe,
.guid = EFI_BLOCK_IO_PROTOCOL_GUID,
};
-device_efi_driver(efi_fs_driver);
+device_efi_driver(efi_bio_driver);
--
2.30.2
More information about the barebox
mailing list