Re: [PATCH v4 19/20] gpu: nova-core: vbios: drop redundant TryFrom import

From: John Hubbard

Date: Fri May 22 2026 - 23:08:25 EST


On 5/18/26 7:55 PM, Eliot Courtney wrote:
> This is unused.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
> ---
> drivers/gpu/nova-core/vbios.rs | 2 --
> 1 file changed, 2 deletions(-)

Reviewed-by: John Hubbard <jhubbard@xxxxxxxxxx>

thanks,
--
John Hubbard

>
> diff --git a/drivers/gpu/nova-core/vbios.rs b/drivers/gpu/nova-core/vbios.rs
> index ad571b39400d..9cc2f008bbfb 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,
>