[PATCH v5 19/22] gpu: nova-core: vbios: drop unused image wrappers

From: Eliot Courtney

Date: Mon May 25 2026 - 10:07:05 EST


These are unused currently, and it is probably sufficient to just check
the type of BIOS image in the future.

Reviewed-by: John Hubbard <jhubbard@xxxxxxxxxx>
Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
---
drivers/gpu/nova-core/vbios.rs | 12 ------------
1 file changed, 12 deletions(-)

diff --git a/drivers/gpu/nova-core/vbios.rs b/drivers/gpu/nova-core/vbios.rs
index 7399f2d087a9..5401702acee4 100644
--- a/drivers/gpu/nova-core/vbios.rs
+++ b/drivers/gpu/nova-core/vbios.rs
@@ -656,18 +656,6 @@ struct PciAtBiosImage {
bit_offset: usize,
}

-#[expect(dead_code)]
-struct EfiBiosImage {
- base: BiosImage,
- // EFI-specific fields can be added here in the future.
-}
-
-#[expect(dead_code)]
-struct NbsiBiosImage {
- base: BiosImage,
- // NBSI-specific fields can be added here in the future.
-}
-
/// The [`FwSecBiosImage`] structure contains the PMU table and the Falcon Ucode.
///
/// The PMU table contains voltage/frequency tables as well as a pointer to the Falcon Ucode.

--
2.54.0