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/dist/drm/nouveau/include/nvif We need ...



details:   https://anonhg.NetBSD.org/src/rev/a1c447aa172b
branches:  trunk
changeset: 835084:a1c447aa172b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 07:32:50 2018 +0000

description:
We need this for something.

diffstat:

 sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/os.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e01b7cda0b22 -r a1c447aa172b sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/os.h
--- a/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/os.h  Mon Aug 27 07:32:40 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/os.h  Mon Aug 27 07:32:50 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: os.h,v 1.2 2018/08/27 04:58:30 riastradh Exp $ */
+/*     $NetBSD: os.h,v 1.3 2018/08/27 07:32:50 riastradh Exp $ */
 
 #ifndef __NOUVEAU_OS_H__
 #define __NOUVEAU_OS_H__
@@ -39,6 +39,7 @@
 #include <linux/math64.h>
 #include <linux/errno.h>
 #include <linux/workqueue.h>
+#include <linux/device.h>
 
 #include <asm/byteorder.h>
 #include <asm/io.h>



Home | Main Index | Thread Index | Old Index