[PATCH v5 20/22] gpu: nova-core: vbios: drop redundant TryFrom import
From: Eliot Courtney
Date: Mon May 25 2026 - 10:03:58 EST
This is unused.
Reviewed-by: John Hubbard <jhubbard@xxxxxxxxxx>
Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
---
drivers/gpu/nova-core/vbios.rs | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/nova-core/vbios.rs b/drivers/gpu/nova-core/vbios.rs
index 5401702acee4..6492f158d11e 100644
--- a/drivers/gpu/nova-core/vbios.rs
+++ b/drivers/gpu/nova-core/vbios.rs
@@ -2,8 +2,6 @@
//! VBIOS extraction and parsing.
-use core::convert::TryFrom;
-
use kernel::{
device,
io::Io,
--
2.54.0