Merge branch 'msm-fixes-v5.13-rc6' into msm-next-redo
[linux-2.6-microblaze.git] / include / linux / async.h
index 0a17cd2..cce4ad3 100644 (file)
@@ -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);