]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: pwm: Update ARef and AlwaysRefCounted imports to use sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Sun, 23 Nov 2025 09:24:34 +0000 (14:54 +0530)
committerUwe Kleine-König <ukleinek@kernel.org>
Tue, 20 Jan 2026 17:38:05 +0000 (18:38 +0100)
commit5025569cb63060255834c95ab3779905aecf67b0
treeade6efbd17508f56fc403eb648c5f8d6d4cd59c8
parent0a155a8a24ddc647aaf28ce7cdb14af7270c158f
rust: pwm: Update ARef and AlwaysRefCounted imports to use sync::aref

Update call sites in `pwm.rs` to import `ARef` and `AlwaysRefCounted`
from `sync::aref` instead of `types`.

This aligns with the ongoing effort to move `ARef` and
`AlwaysRefCounted` to sync.

Suggested-by: Benno Lossin <lossin@kernel.org>
Link: https://github.com/Rust-for-Linux/linux/issues/1173
Signed-off-by: Shankari Anand <shankari.ak0208@gmail.com>
Acked-by: Michal Wilczynski <m.wilczynski@samsung.com>
Link: https://patch.msgid.link/20251123092438.182251-7-shankari.ak0208@gmail.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
rust/kernel/pwm.rs