Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 09:43:41 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/drm: drm_dp_dual_mode_helper.c

Log Message:
linux/bug.h for WARN_ON

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    src/sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c

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/drm/drm_dp_dual_mode_helper.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c:1.3 src/sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c:1.4
--- src/sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c:1.3	Sun Dec 19 00:56:32 2021
+++ src/sys/external/bsd/drm2/dist/drm/drm_dp_dual_mode_helper.c	Sun Dec 19 09:43:41 2021
@@ -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>

Reply via email to