Module Name: src
Committed By: riastradh
Date: Sun Dec 19 09:45:49 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/dist/drm: drm_dsc.c
Log Message:
linux/bug.h for BUILD_BUG_ON
Author: Maya Rashish <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/dist/drm/drm_dsc.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_dsc.c
diff -u src/sys/external/bsd/drm2/dist/drm/drm_dsc.c:1.2 src/sys/external/bsd/drm2/dist/drm/drm_dsc.c:1.3
--- src/sys/external/bsd/drm2/dist/drm/drm_dsc.c:1.2 Sat Dec 18 23:44:57 2021
+++ src/sys/external/bsd/drm2/dist/drm/drm_dsc.c Sun Dec 19 09:45:49 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_dsc.c,v 1.2 2021/12/18 23:44:57 riastradh Exp $ */
+/* $NetBSD: drm_dsc.c,v 1.3 2021/12/19 09:45:49 riastradh Exp $ */
// SPDX-License-Identifier: MIT
/*
@@ -9,8 +9,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_dsc.c,v 1.2 2021/12/18 23:44:57 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_dsc.c,v 1.3 2021/12/19 09:45:49 riastradh Exp $");
+#include <linux/bug.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>