diff options
author | Danilo Krummrich <dakr@kernel.org> | 2025-03-18 22:29:22 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-03-18 16:55:12 -0700 |
commit | 455943aa187fd93358ccd00c894934061153ec0c (patch) | |
tree | e4ab96c9cbe2651ba8fbc940d23bdb01531a83e8 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
parent | e2942bb4e62938fcef1481c9c1470b661087cdb7 (diff) | |
download | linux-455943aa187fd93358ccd00c894934061153ec0c.tar.gz linux-455943aa187fd93358ccd00c894934061153ec0c.tar.bz2 linux-455943aa187fd93358ccd00c894934061153ec0c.zip |
rust: platform: impl Send + Sync for platform::Device
Commit 4d320e30ee04 ("rust: platform: fix unrestricted &mut
platform::Device") changed the definition of platform::Device and
discarded the implicitly derived Send and Sync traits.
This isn't required by upstream code yet, and hence did not cause any
issues. However, it is relied on by upcoming drivers, hence add it back
in.
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20250318212940.137577-2-dakr@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c')
0 files changed, 0 insertions, 0 deletions