From: Eliot Courtney Date: Mon, 25 May 2026 13:57:38 +0000 (+0900) Subject: gpu: nova-core: vbios: drop redundant TryFrom import X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=16c41263240eac53031fc35cb2139339a7922ff0;p=thirdparty%2Flinux.git gpu: nova-core: vbios: drop redundant TryFrom import This is unused. Reviewed-by: John Hubbard Signed-off-by: Eliot Courtney Link: https://patch.msgid.link/20260525-fix-vbios-v5-20-e5e455251537@nvidia.com Signed-off-by: Danilo Krummrich --- 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,