crypto: x86 - remove glue helper module
[linux-2.6-block.git] / crypto / skcipher.c
index ff16d05644c7703267e9bf9aff50c2dec3605a10..a1537624541607c8095d627c505f0485d9b07155 100644 (file)
@@ -491,12 +491,6 @@ int skcipher_walk_virt(struct skcipher_walk *walk,
 }
 EXPORT_SYMBOL_GPL(skcipher_walk_virt);
 
-void skcipher_walk_atomise(struct skcipher_walk *walk)
-{
-       walk->flags &= ~SKCIPHER_WALK_SLEEP;
-}
-EXPORT_SYMBOL_GPL(skcipher_walk_atomise);
-
 int skcipher_walk_async(struct skcipher_walk *walk,
                        struct skcipher_request *req)
 {