]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust/drm: import ARef from sync crate
authorMukesh Kumar Chaurasiya (IBM) <mkchauras@gmail.com>
Sun, 26 Apr 2026 09:47:25 +0000 (15:17 +0530)
committerDanilo Krummrich <dakr@kernel.org>
Mon, 27 Apr 2026 00:07:44 +0000 (02:07 +0200)
commit5f69165b7e4215f02247b0c64052c71b2f66d73a
tree073ee59dc83ab9c62cb64653b22275562eb425da
parent254f49634ee16a731174d2ae34bc50bd5f45e731
rust/drm: import ARef from sync crate

ARef is defined in sync and is getting used from types causing the
build to fail.

Fix this by using ARef from sync module.

Fixes: 80df573af9ef ("rust: drm: gem: shmem: Add DRM shmem helper abstraction")
Signed-off-by: Mukesh Kumar Chaurasiya (IBM) <mkchauras@gmail.com>
Link: https://patch.msgid.link/20260426094725.2188668-2-mkchauras@gmail.com
[ Add missing Fixes: tag. - Danilo ]
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/drm/gem/shmem.rs