]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: device: Update ARef and AlwaysRefCounted imports from sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Sun, 23 Nov 2025 09:24:31 +0000 (14:54 +0530)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 18 Dec 2025 16:23:48 +0000 (17:23 +0100)
commit2e2b4135d1cb32fc310f21e395ee7313a3681bee
tree2f328e83175254649e46e0fd3e4b6f16853a78e7
parent962cdb95b6753c9ef19f2163809091e8baa9085f
rust: device: Update ARef and AlwaysRefCounted imports from sync::aref

Update call sites 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>
Link: https://patch.msgid.link/20251123092438.182251-4-shankari.ak0208@gmail.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/device.rs
rust/kernel/device/property.rs