]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/digest.c
igb: make ioport free
[linux-2.6-omap-h63xx.git] / crypto / digest.c
index d3e827a141f11cf458d848e0e54c042895cc169e..b526cc348b79313e21bea12808976f392b5505a8 100644 (file)
@@ -12,6 +12,7 @@
  *
  */
 
+#include <crypto/scatterwalk.h>
 #include <linux/mm.h>
 #include <linux/errno.h>
 #include <linux/hardirq.h>
@@ -76,7 +77,7 @@ static int update2(struct hash_desc *desc,
 
                if (!nbytes)
                        break;
-               sg = sg_next(sg);
+               sg = scatterwalk_sg_next(sg);
        }
 
        return 0;