m68k: zorro7xx needs <asm/amigahw.h>
[powerpc.git] / crypto / digest.c
index e56de67..8871dec 100644 (file)
@@ -41,7 +41,7 @@ static int update2(struct hash_desc *desc,
                return 0;
 
        for (;;) {
-               struct page *pg = sg->page;
+               struct page *pg = sg_page(sg);
                unsigned int offset = sg->offset;
                unsigned int l = sg->length;