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 Give up and include l...



details:   https://anonhg.NetBSD.org/src/rev/5b8e9bfa0da9
branches:  trunk
changeset: 1028137:5b8e9bfa0da9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:57:35 2021 +0000

description:
Give up and include linux/completion.h

instead of figuring out how it's supposed to be side-loaded


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

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

diffs (17 lines):

diff -r 040597a702a7 -r 5b8e9bfa0da9 sys/external/bsd/drm2/dist/include/drm/drm_atomic.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_atomic.h       Sun Dec 19 01:57:27 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_atomic.h       Sun Dec 19 01:57:35 2021 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index