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/include/linux match linux side-loading



details:   https://anonhg.NetBSD.org/src/rev/7756f8c87ae6
branches:  trunk
changeset: 1028217:7756f8c87ae6
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:50:57 2021 +0000

description:
match linux side-loading


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/include/linux/dma-buf.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 04b2894c157d -r 7756f8c87ae6 sys/external/bsd/drm2/include/linux/dma-buf.h
--- a/sys/external/bsd/drm2/include/linux/dma-buf.h     Sun Dec 19 09:50:50 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/dma-buf.h     Sun Dec 19 09:50:57 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dma-buf.h,v 1.6 2021/12/19 01:23:09 riastradh Exp $    */
+/*     $NetBSD: dma-buf.h,v 1.7 2021/12/19 09:50:57 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
 #include <sys/bus.h>
 #include <sys/mutex.h>
 
+#include <linux/err.h>
 #include <linux/reservation.h>
 
 struct device;



Home | Main Index | Thread Index | Old Index