crypto: ahash - remove support for nonzero alignmask
[linux-2.6-microblaze.git] / include / crypto / internal / hash.h
index 8d0cd0c..59c707e 100644 (file)
@@ -18,15 +18,13 @@ struct crypto_hash_walk {
        char *data;
 
        unsigned int offset;
-       unsigned int alignmask;
+       unsigned int flags;
 
        struct page *pg;
        unsigned int entrylen;
 
        unsigned int total;
        struct scatterlist *sg;
-
-       unsigned int flags;
 };
 
 struct ahash_instance {