]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: drm: Update AlwaysRefCounted imports to use sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Sun, 23 Nov 2025 09:24:32 +0000 (14:54 +0530)
committerAlice Ryhl <aliceryhl@google.com>
Thu, 18 Dec 2025 07:51:57 +0000 (07:51 +0000)
commita625a898ea8f74ca0bb55c6e0c2fcff80edb1068
tree924bd9e525b6baed8e6de2f310de2e528d483317
parent8592764933edc9c176e1904527e2190273b41bde
rust: drm: Update AlwaysRefCounted imports to use sync::aref

Update call sites to import `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-5-shankari.ak0208@gmail.com
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
rust/kernel/drm/gem/mod.rs