Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/drm2/linux No need for <linux/fence.h> in l...



details:   https://anonhg.NetBSD.org/src/rev/0ba1b85059fe
branches:  trunk
changeset: 1027785:0ba1b85059fe
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:30:25 2021 +0000

description:
No need for <linux/fence.h> in linux_dma_buf.c.

diffstat:

 sys/external/bsd/drm2/linux/linux_dma_buf.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r dedce9b0aab4 -r 0ba1b85059fe sys/external/bsd/drm2/linux/linux_dma_buf.c
--- a/sys/external/bsd/drm2/linux/linux_dma_buf.c       Sun Dec 19 00:30:18 2021 +0000
+++ b/sys/external/bsd/drm2/linux/linux_dma_buf.c       Sun Dec 19 00:30:25 2021 +0000
@@ -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 @@
 
 #include <linux/dma-buf.h>
 #include <linux/err.h>
-#include <linux/fence.h>
 #include <linux/reservation.h>
 
 struct dma_buf_file {



Home | Main Index | Thread Index | Old Index