async: Introduce async_schedule_dev_nocall()
[platform/kernel/linux-rpi.git] / include / linux / async.h
index cce4ad3..33c9ff4 100644 (file)
@@ -90,6 +90,8 @@ async_schedule_dev(async_func_t func, struct device *dev)
        return async_schedule_node(func, dev, dev_to_node(dev));
 }
 
+bool async_schedule_dev_nocall(async_func_t func, struct device *dev);
+
 /**
  * async_schedule_dev_domain - A device specific version of async_schedule_domain
  * @func: function to execute asynchronously