Re: [PATCH v2] rust: helpers: Remove volatile qualifier from io helpers

From: Miguel Ojeda
Date: Tue Apr 15 2025 - 15:15:13 EST


On Sat, Apr 12, 2025 at 2:54 AM FUJITA Tomonori
<fujita.tomonori@xxxxxxxxx> wrote:
>
> Remove the `volatile` qualifier used with __iomem in helper functions
> in io.c. These helper functions are just wrappers around the
> corresponding accessors so they are unnecessary.
>
> This fixes the following UML build error with CONFIG_RUST enabled:

Applied to `rust-fixes` -- thanks everyone!

[ Reworded for relative paths. - Miguel ]

Cheers,
Miguel