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/include/linux Side-load <linux/wait_bi...



details:   https://anonhg.NetBSD.org/src/rev/14071e9f794b
branches:  trunk
changeset: 1027963:14071e9f794b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 01:22:22 2021 +0000

description:
Side-load <linux/wait_bit.h> in <linux/fs.h>.

diffstat:

 sys/external/bsd/drm2/include/linux/fs.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 8538e4a0c02e -r 14071e9f794b sys/external/bsd/drm2/include/linux/fs.h
--- a/sys/external/bsd/drm2/include/linux/fs.h  Sun Dec 19 01:22:15 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/fs.h  Sun Dec 19 01:22:22 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fs.h,v 1.4 2020/02/14 14:34:59 maya Exp $      */
+/*     $NetBSD: fs.h,v 1.5 2021/12/19 01:22:22 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -34,5 +34,6 @@
 
 #include <linux/capability.h>
 #include <linux/err.h>
+#include <linux/wait_bit.h>
 
 #endif  /* _LINUX_FS_H_ */



Home | Main Index | Thread Index | Old Index