]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/crypto/algapi.h
[POWERPC] iSeries: Fix section mismatch in viocd
[linux-2.6-omap-h63xx.git] / include / crypto / algapi.h
index fda1759ffe2d95e915cdaba3a6298d3b609d0dc6..60d06e784be3aa54464c0263e4611c087cc0a17c 100644 (file)
@@ -198,14 +198,6 @@ static inline struct crypto_instance *crypto_aead_alg_instance(
        return crypto_tfm_alg_instance(&aead->base);
 }
 
-static inline struct crypto_ablkcipher *crypto_spawn_ablkcipher(
-       struct crypto_spawn *spawn)
-{
-       return __crypto_ablkcipher_cast(
-               crypto_spawn_tfm(spawn, crypto_skcipher_type(0),
-                                crypto_skcipher_mask(0)));
-}
-
 static inline struct crypto_blkcipher *crypto_spawn_blkcipher(
        struct crypto_spawn *spawn)
 {