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



details:   https://anonhg.NetBSD.org/src/rev/4c848453eb83
branches:  trunk
changeset: 1028193:4c848453eb83
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:47:52 2021 +0000

description:
linux/bug.h for WARN_ON, linux/list.h for list functions


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

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drm_flip_work.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fbaee96c8a68 -r 4c848453eb83 sys/external/bsd/drm2/dist/include/drm/drm_flip_work.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_flip_work.h    Sun Dec 19 09:47:44 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_flip_work.h    Sun Dec 19 09:47:52 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drm_flip_work.h,v 1.3 2021/12/18 23:45:46 riastradh Exp $      */
+/*     $NetBSD: drm_flip_work.h,v 1.4 2021/12/19 09:47:52 riastradh Exp $      */
 
 /*
  * Copyright (C) 2013 Red Hat
@@ -26,6 +26,8 @@
 #ifndef DRM_FLIP_WORK_H
 #define DRM_FLIP_WORK_H
 
+#include <linux/bug.h>
+#include <linux/list.h>
 #include <linux/kfifo.h>
 #include <linux/spinlock.h>
 #include <linux/workqueue.h>



Home | Main Index | Thread Index | Old Index