]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: opp: update ARef and AlwaysRefCounted imports from sync::aref
authorShankari Anand <shankari.ak0208@gmail.com>
Fri, 15 Aug 2025 17:45:21 +0000 (23:15 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 20 Aug 2025 04:08:11 +0000 (09:38 +0530)
commite88ef677623eaf7a4c30b5fe905e7138838d13d2
treee6bd00727982db1fac1a2fb7da0f583611b2adc1
parent72907ea795e0bf261def10595d19ded441b90d9f
rust: opp: update ARef and AlwaysRefCounted imports from sync::aref

Update call sites in `opp.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>
Reviewed-by: Benno Lossin <lossin@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
rust/kernel/opp.rs