diff options
author | Danilo Krummrich <dakr@kernel.org> | 2025-07-31 17:48:08 +0200 |
---|---|---|
committer | Danilo Krummrich <dakr@kernel.org> | 2025-08-11 23:21:45 +0200 |
commit | 0c04a81c1d0214d5b2025f805ccec1ac37c96b08 (patch) | |
tree | c06b966b7662482a4163d48841f3a92a5c63bc1a /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
parent | 22ab0641b939967f630d108e33a3582841ad6846 (diff) |
rust: drm: remove pin annotations from drm::Device
The #[pin_data] and #[pin] annotations are not necessary for
drm::Device, since we don't use any pin-init macros, but only
__pinned_init() on the impl PinInit<T::Data, Error> argument of
drm::Device::new().
Fixes: 1e4b8896c0f3 ("rust: drm: add device abstraction")
Reviewed-by: Benno Lossin <lossin@kernel.org>
Link: https://lore.kernel.org/r/20250731154919.4132-4-dakr@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions