On Sat, Jan 24, 2026 at 5:13 PM Miguel Ojeda <[email protected]> wrote: > > Tyr needs `CONFIG_COMMON_CLK` to build: > > error[E0432]: unresolved import `kernel::clk::Clk` > --> drivers/gpu/drm/tyr/driver.rs:3:5 > | > 3 | use kernel::clk::Clk; > | ^^^^^^^^^^^^^^^^ no `Clk` in `clk` > > error[E0432]: unresolved import `kernel::clk::OptionalClk` > --> drivers/gpu/drm/tyr/driver.rs:4:5 > | > 4 | use kernel::clk::OptionalClk; > | ^^^^^^^^^^^^^^^^^^^^^^^^ no `OptionalClk` in `clk` > > Thus add the dependency to fix it. > > Fixes: cf4fd52e3236 ("rust: drm: Introduce the Tyr driver for Arm Mali GPUs") > Cc: [email protected] > Signed-off-by: Miguel Ojeda <[email protected]>
Applied to `rust-fixes` -- thanks! Cheers, Miguel
