Module Name: src
Committed By: riastradh
Date: Sun Dec 19 10:48:47 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_dp_helper.h
Log Message:
Forward declaration for struct seq_file.
No idea what side-loading will provide this.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
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.7 src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h:1.8
--- src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h:1.7 Sun Dec 19 10:38:05 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h Sun Dec 19 10:48:47 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_dp_helper.h,v 1.7 2021/12/19 10:38:05 riastradh Exp $ */
+/* $NetBSD: drm_dp_helper.h,v 1.8 2021/12/19 10:48:47 riastradh Exp $ */
/*
* Copyright © 2008 Keith Packard
@@ -30,6 +30,8 @@
#include <linux/types.h>
#include <linux/workqueue.h>
+struct seq_file;
+
/*
* Unless otherwise noted, all values are from the DP 1.1a spec. Note that
* DP and DPCD versions are independent. Differences from 1.0 are not noted,