X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fchainiv.c;h=3bf2eb024f31ecce6f1e63208725e40268bd6c4f;hb=87f3c8956e3fea2a704c3834e0666e8fae5a529e;hp=7c37a497b860a27733eac07c4f7ff018c0abb4a3;hpb=0a9b86381c76e9d33a9b6edb66aef32d7a3306e3;p=pandora-kernel.git diff --git a/crypto/chainiv.c b/crypto/chainiv.c index 7c37a497b860..3bf2eb024f31 100644 --- a/crypto/chainiv.c +++ b/crypto/chainiv.c @@ -15,6 +15,7 @@ #include #include +#include #include #include #include @@ -133,7 +134,7 @@ static int async_chainiv_schedule_work(struct async_chainiv_ctx *ctx) goto out; } - queued = schedule_work(&ctx->postponed); + queued = queue_work(kcrypto_wq, &ctx->postponed); BUG_ON(!queued); out: @@ -359,3 +360,4 @@ module_exit(chainiv_module_exit); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Chain IV Generator"); +MODULE_ALIAS_CRYPTO("chainiv");