Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 07:32:31 UTC 2018

Modified Files:
        src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core: device.h

Log Message:
Need <linux/notifier.h> for struct notifier_block.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.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/dist/drm/nouveau/include/nvkm/core/device.h
diff -u src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h:1.3 src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h:1.4
--- src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h:1.3	Mon Aug 27 07:30:56 2018
+++ src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h	Mon Aug 27 07:32:31 2018
@@ -1,7 +1,8 @@
-/*	$NetBSD: device.h,v 1.3 2018/08/27 07:30:56 riastradh Exp $	*/
+/*	$NetBSD: device.h,v 1.4 2018/08/27 07:32:31 riastradh Exp $	*/
 
 #ifndef __NVKM_DEVICE_H__
 #define __NVKM_DEVICE_H__
+#include <linux/notifier.h>
 #include <core/event.h>
 #include <core/object.h>
 

Reply via email to