Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / kernel / async.c
index 4c3773c0bf630c1de55a6f5c24bd148c53f1186e..d2edd6efec56295d3dcfefa5587266915657d9d3 100644 (file)
@@ -326,3 +326,4 @@ bool current_is_async(void)
 
        return worker && worker->current_func == async_run_entry_fn;
 }
+EXPORT_SYMBOL_GPL(current_is_async);