On Tue, Mar 18, 2025 at 10:29:22PM +0100, Danilo Krummrich wrote: > 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@xxxxxxxxxx> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>