On Mon Sep 22, 2025 at 8:30 PM JST, Alistair Popple wrote:
<snip>
> diff --git a/drivers/gpu/nova-core/gsp/fw.rs b/drivers/gpu/nova-core/gsp/fw.rs
> index dd1e7fc85d85..7f4fe684ddaf 100644
> --- a/drivers/gpu/nova-core/gsp/fw.rs
> +++ b/drivers/gpu/nova-core/gsp/fw.rs
<snip>
> +pub(crate) use r570_144::{
> + // GSP firmware constants
> + GSP_FW_WPR_META_MAGIC,
> + GSP_FW_WPR_META_REVISION,
> +};Why do these need to be re-exported? I don't think we are using them outside of fw.rs.
