]> git.ipfire.org Git - thirdparty/linux.git/commit
drivers: android: binder: Update ARef imports from sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Fri, 2 Jan 2026 20:27:11 +0000 (01:57 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Feb 2026 11:58:36 +0000 (12:58 +0100)
commit9caa30dada9e8ec9b1b09cf95e6d1a806c86d101
treeec38b60c80832503c82a15aecf065c26ce492bef
parent38ac9179a79d81ab1db3807ddd6c03fab29eb19b
drivers: android: binder: Update ARef imports from sync::aref

Update call sites in binder files to import `ARef`
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: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20260102202714.184223-2-shankari.ak0208@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder/process.rs
drivers/android/binder/thread.rs