Module Name: src
Committed By: riastradh
Date: Sun Dec 19 00:30:25 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/linux: linux_dma_buf.c
Log Message:
No need for <linux/fence.h> in linux_dma_buf.c.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/linux/linux_dma_buf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/linux/linux_dma_buf.c
diff -u src/sys/external/bsd/drm2/linux/linux_dma_buf.c:1.6 src/sys/external/bsd/drm2/linux/linux_dma_buf.c:1.7
--- src/sys/external/bsd/drm2/linux/linux_dma_buf.c:1.6 Thu Oct 17 14:33:02 2019
+++ src/sys/external/bsd/drm2/linux/linux_dma_buf.c Sun Dec 19 00:30:25 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_dma_buf.c,v 1.6 2019/10/17 14:33:02 maya Exp $ */
+/* $NetBSD: linux_dma_buf.c,v 1.7 2021/12/19 00:30:25 riastradh Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_dma_buf.c,v 1.6 2019/10/17 14:33:02 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_dma_buf.c,v 1.7 2021/12/19 00:30:25 riastradh Exp $");
#include <sys/types.h>
#include <sys/atomic.h>
@@ -41,7 +41,6 @@ __KERNEL_RCSID(0, "$NetBSD: linux_dma_bu
#include <linux/dma-buf.h>
#include <linux/err.h>
-#include <linux/fence.h>
#include <linux/reservation.h>
struct dma_buf_file {