diff options
author | Christian König <christian.koenig@amd.com> | 2022-04-24 16:55:14 +0200 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2022-05-30 14:16:32 +0200 |
commit | 01357a5a45ed8eb9543183f5c9c6713ae60fc1f3 (patch) | |
tree | 4ebc214a4caa31af885eee5e06db7c65d267e608 /drivers/dma-buf/Makefile | |
parent | 0c5064fa8d5a02dc2dcc6c674a0ad1bbaf79efda (diff) |
dma-buf: cleanup dma_fence_unwrap implementation
Move the code from the inline functions into exported functions.
Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220518135844.3338-3-christian.koenig@amd.com
Diffstat (limited to 'drivers/dma-buf/Makefile')
-rw-r--r-- | drivers/dma-buf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma-buf/Makefile b/drivers/dma-buf/Makefile index 4c9eb53ba3f8..70ec901edf2c 100644 --- a/drivers/dma-buf/Makefile +++ b/drivers/dma-buf/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only obj-y := dma-buf.o dma-fence.o dma-fence-array.o dma-fence-chain.o \ - dma-resv.o + dma-fence-unwrap.o dma-resv.o obj-$(CONFIG_DMABUF_HEAPS) += dma-heap.o obj-$(CONFIG_DMABUF_HEAPS) += heaps/ obj-$(CONFIG_SYNC_FILE) += sync_file.o |