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 Include some necessar...



details:   https://anonhg.NetBSD.org/src/rev/9857956eb30b
branches:  trunk
changeset: 834869:9857956eb30b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:44:53 2018 +0000

description:
Include some necessary header files.

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h     |  3 ++-
 sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h |  6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 794e9ec8d482 -r 9857956eb30b sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h    Mon Aug 27 06:44:41 2018 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h    Mon Aug 27 06:44:53 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_dp_helper.h,v 1.2 2018/08/27 04:58:37 riastradh Exp $      */
+/*     $NetBSD: drm_dp_helper.h,v 1.3 2018/08/27 06:44:53 riastradh Exp $      */
 
 /*
  * Copyright © 2008 Keith Packard
@@ -28,6 +28,7 @@
 #include <linux/types.h>
 #include <linux/i2c.h>
 #include <linux/delay.h>
+#include <linux/mutex.h>
 
 /*
  * Unless otherwise noted, all values are from the DP 1.1a spec.  Note that
diff -r 794e9ec8d482 -r 9857956eb30b sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h        Mon Aug 27 06:44:41 2018 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h        Mon Aug 27 06:44:53 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_dp_mst_helper.h,v 1.4 2018/08/27 06:44:41 riastradh Exp $  */
+/*     $NetBSD: drm_dp_mst_helper.h,v 1.5 2018/08/27 06:44:53 riastradh Exp $  */
 
 /*
  * Copyright © 2014 Red Hat.
@@ -24,7 +24,11 @@
 #ifndef _DRM_DP_MST_HELPER_H_
 #define _DRM_DP_MST_HELPER_H_
 
+#include <linux/kref.h>
+#include <linux/list.h>
+#include <linux/mutex.h>
 #include <linux/types.h>
+#include <linux/workqueue.h>
 #include <drm/drm_dp_helper.h>
 
 struct drm_dp_mst_branch;



Home | Main Index | Thread Index | Old Index