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 linux/compiler.h for ...



details:   https://anonhg.NetBSD.org/src/rev/4224fddbcf02
branches:  trunk
changeset: 1028144:4224fddbcf02
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:58:25 2021 +0000

description:
linux/compiler.h for __must_check


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

diffstat:

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

diffs (18 lines):

diff -r 95512b150542 -r 4224fddbcf02 sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.h  Sun Dec 19 01:58:18 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.h  Sun Dec 19 01:58:25 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_atomic_uapi.h,v 1.2 2021/12/18 23:45:45 riastradh Exp $    */
+/*     $NetBSD: drm_atomic_uapi.h,v 1.3 2021/12/19 01:58:25 riastradh Exp $    */
 
 /*
  * Copyright (C) 2014 Red Hat
@@ -31,6 +31,8 @@
 #ifndef DRM_ATOMIC_UAPI_H_
 #define DRM_ATOMIC_UAPI_H_
 
+#include <linux/compiler.h>
+
 struct drm_crtc_state;
 struct drm_display_mode;
 struct drm_property_blob;



Home | Main Index | Thread Index | Old Index