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/drm linux/bug.h for WARN_ON



details:   https://anonhg.NetBSD.org/src/rev/03d432b358df
branches:  trunk
changeset: 1028164:03d432b358df
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:43:41 2021 +0000

description:
linux/bug.h for WARN_ON


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

diffstat:

 sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r cd18697197ec -r 03d432b358df sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c
--- a/sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c  Sun Dec 19 09:43:34 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c  Sun Dec 19 09:43:41 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_dp_dual_mode_helper.c,v 1.3 2021/12/19 00:56:32 riastradh Exp $    */
+/*     $NetBSD: drm_dp_dual_mode_helper.c,v 1.4 2021/12/19 09:43:41 riastradh Exp $    */
 
 /*
  * Copyright © 2016 Intel Corporation
@@ -23,8 +23,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_dp_dual_mode_helper.c,v 1.3 2021/12/19 00:56:32 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_dp_dual_mode_helper.c,v 1.4 2021/12/19 09:43:41 riastradh Exp $");
 
+#include <linux/bug.h>
 #include <linux/delay.h>
 #include <linux/errno.h>
 #include <linux/export.h>



Home | Main Index | Thread Index | Old Index