crypto: x86 - remove glue helper module
[sfrench/cifs-2.6.git] / include / crypto / internal / skcipher.h
index 9dd6c0c17eb82878497a1c42f41d66040c74fd42..a2339f80a615979fe37430553b3ab4eec3d613fd 100644 (file)
@@ -133,7 +133,6 @@ int skcipher_walk_done(struct skcipher_walk *walk, int err);
 int skcipher_walk_virt(struct skcipher_walk *walk,
                       struct skcipher_request *req,
                       bool atomic);
-void skcipher_walk_atomise(struct skcipher_walk *walk);
 int skcipher_walk_async(struct skcipher_walk *walk,
                        struct skcipher_request *req);
 int skcipher_walk_aead_encrypt(struct skcipher_walk *walk,