Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 01:58:25 UTC 2021

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

Log Message:
linux/compiler.h for __must_check

Author: Maya Rashish <m...@netbsd.org>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.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_uapi.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.h:1.2 src/sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.h:1.3
--- src/sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.h:1.2	Sat Dec 18 23:45:45 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_atomic_uapi.h	Sun Dec 19 01:58:25 2021
@@ -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;

Reply via email to