summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/thread-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-vdo/thread-utils.h')
-rw-r--r--drivers/md/dm-vdo/thread-utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/md/dm-vdo/thread-utils.h b/drivers/md/dm-vdo/thread-utils.h
index f3619a581c5e..687ab43e2cee 100644
--- a/drivers/md/dm-vdo/thread-utils.h
+++ b/drivers/md/dm-vdo/thread-utils.h
@@ -12,11 +12,9 @@
struct thread;
-
+void vdo_initialize_threads_mutex(void);
int __must_check vdo_create_thread(void (*thread_function)(void *), void *thread_data,
const char *name, struct thread **new_thread);
void vdo_join_threads(struct thread *thread);
-void vdo_perform_once(atomic_t *once_state, void (*function) (void));
-
#endif /* UDS_THREADS_H */