]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/hash.c
omap_hsmmc: Flush posted write to IRQ
[linux-2.6-omap-h63xx.git] / crypto / hash.c
index 0d7caa9ab748d96883f4dbfeb2612aab5b5e314f..cb86b19fd105c320e8b75e1d63d388242b0d716c 100644 (file)
@@ -9,6 +9,7 @@
  * any later version.
  */
 
+#include <crypto/internal/hash.h>
 #include <linux/errno.h>
 #include <linux/kernel.h>
 #include <linux/module.h>
@@ -128,7 +129,6 @@ static int crypto_init_hash_ops_async(struct crypto_tfm *tfm)
        crt->digest     = hash_async_digest;
        crt->setkey     = hash_async_setkey;
        crt->digestsize = alg->digestsize;
-       crt->base       = __crypto_ahash_cast(tfm);
 
        return 0;
 }