Re: [PATCH v2 09/10] gpu: nova-core: remove `io::` qualifier to register macro invocations
From: Eliot Courtney
Date: Sun Mar 22 2026 - 21:40:20 EST
On Fri Mar 20, 2026 at 9:19 PM JST, Alexandre Courbot wrote:
> The kernel's `register` macro would clash with nova-core's own version
> if it was imported directly, so it was accessed through its `io` module
> during the conversion phase.
>
> Now that nova-core's `register` macro doesn't exist anymore, we can
> import and use it directly without risk of name collision.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
> ---
Reviewed-by: Eliot Courtney <ecourtney@xxxxxxxxxx>