summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/Makefile
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2022-04-24 16:55:14 +0200
committerChristian König <christian.koenig@amd.com>2022-05-30 14:16:32 +0200
commit01357a5a45ed8eb9543183f5c9c6713ae60fc1f3 (patch)
tree4ebc214a4caa31af885eee5e06db7c65d267e608 /drivers/dma-buf/Makefile
parent0c5064fa8d5a02dc2dcc6c674a0ad1bbaf79efda (diff)
downloadlinux-stable-01357a5a45ed8eb9543183f5c9c6713ae60fc1f3.tar.gz
linux-stable-01357a5a45ed8eb9543183f5c9c6713ae60fc1f3.tar.bz2
linux-stable-01357a5a45ed8eb9543183f5c9c6713ae60fc1f3.zip
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/Makefile2
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