mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-29 04:34:45 -04:00
gpu: nova-core: vbios: drop redundant TryFrom import
This is unused. Reviewed-by: John Hubbard <jhubbard@nvidia.com> Signed-off-by: Eliot Courtney <ecourtney@nvidia.com> Link: https://patch.msgid.link/20260525-fix-vbios-v5-20-e5e455251537@nvidia.com Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
committed by
Danilo Krummrich
parent
91a8ec505e
commit
16c4126324
@@ -2,8 +2,6 @@
|
||||
|
||||
//! VBIOS extraction and parsing.
|
||||
|
||||
use core::convert::TryFrom;
|
||||
|
||||
use kernel::{
|
||||
device,
|
||||
io::Io,
|
||||
|
||||
Reference in New Issue
Block a user