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/include/drm ktime_t needs <linux/...



details:   https://anonhg.NetBSD.org/src/rev/b3e97885f878
branches:  trunk
changeset: 1027794:b3e97885f878
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:46:08 2021 +0000

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

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_drv.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r d0f04a6fe266 -r b3e97885f878 sys/external/bsd/drm2/dist/include/drm/drm_drv.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_drv.h  Sun Dec 19 00:46:00 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_drv.h  Sun Dec 19 00:46:08 2021 +0000
@@ -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 drm_display_mode;
 struct drm_mode_create_dumb;
 struct drm_printer;
+struct drm_unique;
 
 /**
  * enum drm_driver_feature - feature flags



Home | Main Index | Thread Index | Old Index