Module Name: src Committed By: riastradh Date: Sun Dec 19 09:50:57 UTC 2021
Modified Files: src/sys/external/bsd/drm2/include/linux: dma-buf.h Log Message: match linux side-loading Author: Maya Rashish <m...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/include/linux/dma-buf.h 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/include/linux/dma-buf.h diff -u src/sys/external/bsd/drm2/include/linux/dma-buf.h:1.6 src/sys/external/bsd/drm2/include/linux/dma-buf.h:1.7 --- src/sys/external/bsd/drm2/include/linux/dma-buf.h:1.6 Sun Dec 19 01:23:09 2021 +++ src/sys/external/bsd/drm2/include/linux/dma-buf.h Sun Dec 19 09:50:57 2021 @@ -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;