diff options
author | Rasmus Villemoes | 2021-05-06 18:05:39 -0700 |
---|---|---|
committer | Linus Torvalds | 2021-05-07 00:26:33 -0700 |
commit | a065c0faacb1e472cd4e048986407d1b177373a2 (patch) | |
tree | e2abe71ddf78464111366212b3b545784f831620 /include/linux | |
parent | 07416af11dd85ca61abe60155ace37ced1233617 (diff) |
kernel/async.c: remove async_unregister_domain()
No callers in the tree.
Link: https://lkml.kernel.org/r/20210309151723.1907838-2-linux@rasmusvillemoes.dk
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/async.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/async.h b/include/linux/async.h index 0a17cd27f348..cce4ad31e8fc 100644 --- a/include/linux/async.h +++ b/include/linux/async.h @@ -112,7 +112,6 @@ async_schedule_dev_domain(async_func_t func, struct device *dev, return async_schedule_node_domain(func, dev, dev_to_node(dev), domain); } -void async_unregister_domain(struct async_domain *domain); extern void async_synchronize_full(void); extern void async_synchronize_full_domain(struct async_domain *domain); extern void async_synchronize_cookie(async_cookie_t cookie); |