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 Add some necessry hea...



details:   https://anonhg.NetBSD.org/src/rev/0adf8ebebb8d
branches:  trunk
changeset: 1027847:0adf8ebebb8d
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 00:56:58 2021 +0000

description:
Add some necessry header files.

diffstat:

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

diffs (17 lines):

diff -r 31319c72e676 -r 0adf8ebebb8d sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h    Sun Dec 19 00:56:49 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h    Sun Dec 19 00:56:58 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_dp_helper.h,v 1.4 2021/12/18 23:45:45 riastradh Exp $      */
+/*     $NetBSD: drm_dp_helper.h,v 1.5 2021/12/19 00:56:58 riastradh Exp $      */
 
 /*
  * Copyright © 2008 Keith Packard
@@ -28,6 +28,7 @@
 #include <linux/delay.h>
 #include <linux/i2c.h>
 #include <linux/types.h>
+#include <linux/workqueue.h>
 
 /*
  * Unless otherwise noted, all values are from the DP 1.1a spec.  Note that



Home | Main Index | Thread Index | Old Index