dma-buf/sw_sync: remove pointless enable_signaling implementation
authorChristian König <christian.koenig@amd.com>
Mon, 9 Sep 2024 10:12:34 +0000 (12:12 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 9 Oct 2024 12:23:17 +0000 (14:23 +0200)
commit4dc1aacc448bd6b1a33fa64d048c4bd9699b00f6
treee4a76e1240ecd38830349c66569e1256b9d5d64c
parent967d226eaae8e40636d257bf8ae55d2c5a912f58
dma-buf/sw_sync: remove pointless enable_signaling implementation

Just returning true here is a no-op, remove the optional callback.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240911085903.1496-3-christian.koenig@amd.com
drivers/dma-buf/sw_sync.c