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/nvkm/core Nee...



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

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

diffstat:

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

diffs (13 lines):

diff -r b10f541259e4 -r adc2ba1e54f0 sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h
--- a/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h Mon Aug 27 07:32:22 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/device.h Mon Aug 27 07:32:31 2018 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index