aboutsummaryrefslogtreecommitdiffstats
path: root/include/os
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-12-23 19:51:00 +0100
committerBrian Behlendorf <[email protected]>2022-02-15 16:23:53 -0800
commit710657f51d65b8fb1f389bf6a973e67a8243502f (patch)
tree3d43afb1b735af9c07ef15c32ead2f62ac6c0bb3 /include/os
parent167ced3fb10ce9c2336828cb041420d96de8cf67 (diff)
module: icp: remove other provider types
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12901
Diffstat (limited to 'include/os')
-rw-r--r--include/os/linux/spl/sys/taskq.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/os/linux/spl/sys/taskq.h b/include/os/linux/spl/sys/taskq.h
index 5f8eb19dc..2a6cd8283 100644
--- a/include/os/linux/spl/sys/taskq.h
+++ b/include/os/linux/spl/sys/taskq.h
@@ -163,8 +163,6 @@ extern taskq_t *taskq_of_curthread(void);
((void) sizeof (dc), \
taskq_create(name, nthreads, maxclsyspri, min, max, flags))
-extern boolean_t taskq_empty(taskq_t *);
-
int spl_taskq_init(void);
void spl_taskq_fini(void);