Skip to content
Snippets Groups Projects
Commit c07ac449 authored by Maíra Canal's avatar Maíra Canal Committed by Lyude Paul
Browse files

rust: make platform device implement the Send and Sync traits

Currently, platform device holds only a pointer, which is safe to be
used from any thread. This is useful for devices that are not probed,
such as virtual devices.

[Lyude: cherry-picked from 9a6a07a9828ea840194c8428d45cd54d5c386265
https://github.com/mairacanal/linux/tree/vgem/wip-dma

 ]

Signed-off-by: default avatarMaíra Canal <mcanal@igalia.com>
parent 0808eb6c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment