]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData
authorAlice Ryhl <aliceryhl@google.com>
Mon, 23 Feb 2026 10:08:27 +0000 (10:08 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 3 Apr 2026 09:57:35 +0000 (11:57 +0200)
commit96f4e74cab632ea5c7e7fa996a28337283ecca11
tree92af8d6e294b408bf3426e4f25e82a0fdcdd31a7
parentef90b103e8f767ffc31b1ddfef012358ea873d85
pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

Now that clk implements Send and Sync, we no longer need to manually
implement these traits for Th1520PwmDriverData. Thus remove the
implementations.

Reviewed-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Acked-by: Uwe Kleine-König <ukleinek@kernel.org>
Reviewed-by: Michal Wilczynski <m.wilczynski@samsung.com>
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20260223-clk-send-sync-v5-3-181bf2f35652@google.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/pwm/pwm_th1520.rs