Module Name: src
Committed By: riastradh
Date: Sun Dec 19 01:57:35 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_atomic.h
Log Message:
Give up and include linux/completion.h
instead of figuring out how it's supposed to be side-loaded
Author: Maya Rashish <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/bsd/drm2/dist/include/drm/drm_atomic.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_atomic.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_atomic.h:1.3 src/sys/external/bsd/drm2/dist/include/drm/drm_atomic.h:1.4
--- src/sys/external/bsd/drm2/dist/include/drm/drm_atomic.h:1.3 Sat Dec 18 23:45:45 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_atomic.h Sun Dec 19 01:57:35 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_atomic.h,v 1.3 2021/12/18 23:45:45 riastradh Exp $ */
+/* $NetBSD: drm_atomic.h,v 1.4 2021/12/19 01:57:35 riastradh Exp $ */
/*
* Copyright (C) 2014 Red Hat
@@ -30,6 +30,7 @@
#ifndef DRM_ATOMIC_H_
#define DRM_ATOMIC_H_
+#include <linux/completion.h>
#include <drm/drm_crtc.h>
#include <drm/drm_util.h>