summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/Makefile
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2021-07-28 20:51:50 +0300
committerChristian König <christian.koenig@amd.com>2021-08-16 15:07:17 +0300
commit992c238188a83befa0094a8c00bfead31aa302ed (patch)
tree172e7c9e7841e8e6abcd93f73a7f5b7f57906d7e /drivers/dma-buf/Makefile
parentc1d3cfbc41a15d3eadde760c00fe6ce58a1d4e29 (diff)
downloadlinux-992c238188a83befa0094a8c00bfead31aa302ed.tar.xz
dma-buf: nuke seqno-fence
Entirely unused. 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/20210729070330.41443-1-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 40d81f23cacf..1ef021273a06 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 seqno-fence.o
+ dma-resv.o
obj-$(CONFIG_DMABUF_HEAPS) += dma-heap.o
obj-$(CONFIG_DMABUF_HEAPS) += heaps/
obj-$(CONFIG_SYNC_FILE) += sync_file.o