Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 06:18:05 UTC 2018

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

Log Message:
provide missing declarations
add missing headers

Author: coypu <[email protected]>
Committer: Taylor R Campbell <[email protected]>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.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_legacy.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h:1.2 src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h:1.3
--- src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h:1.2	Mon Aug 27 04:58:37 2018
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_legacy.h	Mon Aug 27 06:18:05 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_legacy.h,v 1.2 2018/08/27 04:58:37 riastradh Exp $	*/
+/*	$NetBSD: drm_legacy.h,v 1.3 2018/08/27 06:18:05 riastradh Exp $	*/
 
 #ifndef __DRM_DRM_LEGACY_H__
 #define __DRM_DRM_LEGACY_H__
@@ -36,6 +36,9 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include <drm/drm_hashtab.h>
+
+struct drm_lock_data;
 
 /*
  * Legacy Support for palateontologic DRM drivers

Reply via email to