On Thu Jul 31, 2025 at 5:48 PM CEST, Danilo Krummrich wrote: > 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") > Signed-off-by: Danilo Krummrich <d...@kernel.org>
Reviewed-by: Benno Lossin <los...@kernel.org> --- Cheers, Benno > --- > rust/kernel/drm/device.rs | 2 -- > 1 file changed, 2 deletions(-)