Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 00:47:17 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm: drm_vblank.h

Log Message:
drm_waitqueue_t needs <drm/drm_wait_netbsd>.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.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/include/drm/drm_vblank.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h:1.4 src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h:1.5
--- src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h:1.4	Sun Dec 19 00:46:29 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_vblank.h	Sun Dec 19 00:47:17 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_vblank.h,v 1.4 2021/12/19 00:46:29 riastradh Exp $	*/
+/*	$NetBSD: drm_vblank.h,v 1.5 2021/12/19 00:47:17 riastradh Exp $	*/
 
 /*
  * Copyright 2016 Intel Corp.
@@ -38,6 +38,10 @@
 #include <drm/drm_wait_netbsd.h>
 #endif
 
+#ifdef __NetBSD__		/* XXX */
+#include <drm/drm_wait_netbsd.h>
+#endif
+
 struct drm_device;
 struct drm_crtc;
 

Reply via email to