Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 00:46:08 UTC 2021

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

Log Message:
ktime_t needs <linux/ktime.h>; need struct drm_unique forward decl.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/dist/include/drm/drm_drv.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_drv.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h:1.2 src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h:1.3
--- src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h:1.2	Sat Dec 18 23:45:45 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h	Sun Dec 19 00:46:08 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_drv.h,v 1.2 2021/12/18 23:45:45 riastradh Exp $	*/
+/*	$NetBSD: drm_drv.h,v 1.3 2021/12/19 00:46:08 riastradh Exp $	*/
 
 /*
  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
@@ -31,6 +31,7 @@
 
 #include <linux/list.h>
 #include <linux/irqreturn.h>
+#include <linux/ktime.h>
 
 #include <drm/drm_device.h>
 
@@ -42,6 +43,7 @@ struct dma_buf_attachment;
 struct drm_display_mode;
 struct drm_mode_create_dumb;
 struct drm_printer;
+struct drm_unique;
 
 /**
  * enum drm_driver_feature - feature flags

Reply via email to