Re: [PATCH v6 10/34] gpu: nova-core: move firmware image parsing code to firmware.rs
From: Alexandre Courbot
Date: Tue Mar 10 2026 - 06:29:19 EST
On Tue Mar 10, 2026 at 11:11 AM JST, John Hubbard wrote:
<snip>
> diff --git a/drivers/gpu/nova-core/firmware/gsp.rs b/drivers/gpu/nova-core/firmware/gsp.rs
> index 468f4b43574a..f247deb06633 100644
> --- a/drivers/gpu/nova-core/firmware/gsp.rs
> +++ b/drivers/gpu/nova-core/firmware/gsp.rs
> @@ -1,5 +1,7 @@
> // SPDX-License-Identifier: GPL-2.0
>
> +use core::mem::size_of_val;
This new import is not needed.