Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 11:03:49 UTC 2021

Modified Files:
        src/sys/external/bsd/common/include/linux: workqueue.h

Log Message:
Side-load linux/stringify.h in linux/workqueue.h.

(via linux/timer.h upstream)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
    src/sys/external/bsd/common/include/linux/workqueue.h

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/common/include/linux/workqueue.h
diff -u src/sys/external/bsd/common/include/linux/workqueue.h:1.21 src/sys/external/bsd/common/include/linux/workqueue.h:1.22
--- src/sys/external/bsd/common/include/linux/workqueue.h:1.21	Sun Dec 19 01:51:02 2021
+++ src/sys/external/bsd/common/include/linux/workqueue.h	Sun Dec 19 11:03:49 2021
@@ -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

Reply via email to