Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 00:56:58 UTC 2021

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

Log Message:
Add some necessry header files.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.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_dp_helper.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h:1.4 src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h:1.5
--- src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h:1.4	Sat Dec 18 23:45:45 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h	Sun Dec 19 00:56:58 2021
@@ -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

Reply via email to