diff options
author | Christian König <christian.koenig@amd.com> | 2021-09-01 09:58:28 +0200 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2021-09-02 13:14:40 +0200 |
commit | cba3ae8b3238a943ddd4d49952ab6917c009c3de (patch) | |
tree | fb824008aebbf314d957692534136842d607c68f /Documentation/driver-api | |
parent | d72277b6c37db66b457fd6b77aabd5e930d58687 (diff) | |
download | linux-cba3ae8b3238a943ddd4d49952ab6917c009c3de.tar.gz |
dma-buf: cleanup kerneldoc of removed component
The seqno-fence was removed, cleanup the kerneldoc include as well.
Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Sumit Semwal <sumit.semwal@linaro.org>
Fixes: 992c238188a8 ("dma-buf: nuke seqno-fence")
Link: https://patchwork.freedesktop.org/patch/msgid/20210901080002.5892-1-christian.koenig@amd.com
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/dma-buf.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index f5ac4c90b237..2cd7db82d9fe 100644 --- a/Documentation/driver-api/dma-buf.rst +++ b/Documentation/driver-api/dma-buf.rst @@ -176,12 +176,6 @@ DMA Fences Functions Reference .. kernel-doc:: include/linux/dma-fence.h :internal: -Seqno Hardware Fences -~~~~~~~~~~~~~~~~~~~~~ - -.. kernel-doc:: include/linux/seqno-fence.h - :internal: - DMA Fence Array ~~~~~~~~~~~~~~~ |