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 BUILD_BUG_ON
details: https://anonhg.NetBSD.org/src/rev/e0fb6da76f54
branches: trunk
changeset: 1028178:e0fb6da76f54
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 09:45:49 2021 +0000
description:
linux/bug.h for BUILD_BUG_ON
Author: Maya Rashish <maya%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/dist/drm/drm_dsc.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r ab9233ba5bf9 -r e0fb6da76f54 sys/external/bsd/drm2/dist/drm/drm_dsc.c
--- a/sys/external/bsd/drm2/dist/drm/drm_dsc.c Sun Dec 19 09:45:42 2021 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_dsc.c Sun Dec 19 09:45:49 2021 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index