Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/common/include/linux Side-load linux/string...



details:   https://anonhg.NetBSD.org/src/rev/a04c11cc47ee
branches:  trunk
changeset: 1028442:a04c11cc47ee
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 11:03:49 2021 +0000

description:
Side-load linux/stringify.h in linux/workqueue.h.

(via linux/timer.h upstream)

diffstat:

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

diffs (17 lines):

diff -r 57d5ca77c60c -r a04c11cc47ee sys/external/bsd/common/include/linux/workqueue.h
--- a/sys/external/bsd/common/include/linux/workqueue.h Sun Dec 19 11:03:41 2021 +0000
+++ b/sys/external/bsd/common/include/linux/workqueue.h Sun Dec 19 11:03:49 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: workqueue.h,v 1.21 2021/12/19 01:51:02 riastradh Exp $ */
+/*     $NetBSD: workqueue.h,v 1.22 2021/12/19 11:03:49 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2013, 2018 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
 #include <sys/stdbool.h>
 
 #include <linux/kernel.h>      /* container_of */
+#include <linux/stringify.h>
 
 #define        INIT_DELAYED_WORK               linux_INIT_DELAYED_WORK
 #define        INIT_WORK                       linux_INIT_WORK



Home | Main Index | Thread Index | Old Index