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/caaedabdb68d
branches: trunk
changeset: 366001:caaedabdb68d
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 5afbb1073a90 -r caaedabdb68d 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