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/i915 nbsd-namespace.h for the...
details: https://anonhg.NetBSD.org/src/rev/ab1be5e09e0b
branches: trunk
changeset: 1028546:ab1be5e09e0b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 11:17:44 2021 +0000
description:
nbsd-namespace.h for the right mutex_init
Author: Maya Rashish <maya%NetBSD.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/dist/drm/i915/i915_drv.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r abe6b815d507 -r ab1be5e09e0b sys/external/bsd/drm2/dist/drm/i915/i915_drv.c
--- a/sys/external/bsd/drm2/dist/drm/i915/i915_drv.c Sun Dec 19 11:17:35 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/i915/i915_drv.c Sun Dec 19 11:17:44 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i915_drv.c,v 1.28 2021/12/19 11:17:27 riastradh Exp $ */
+/* $NetBSD: i915_drv.c,v 1.29 2021/12/19 11:17:44 riastradh Exp $ */
/* i915_drv.c -- i830,i845,i855,i865,i915 driver -*- linux-c -*-
*/
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i915_drv.c,v 1.28 2021/12/19 11:17:27 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i915_drv.c,v 1.29 2021/12/19 11:17:44 riastradh Exp $");
#include <linux/acpi.h>
#include <linux/device.h>
@@ -97,6 +97,8 @@
#endif
#endif
+#include <linux/nbsd-namespace.h>
+
static struct drm_driver driver;
#ifdef __NetBSD__
Home |
Main Index |
Thread Index |
Old Index