]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - crypto/digest.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mv-sheeva.git] / crypto / digest.c
index 8871dec8cae7484a1fe34e68966563ad1d6032b9..b526cc348b79313e21bea12808976f392b5505a8 100644 (file)
@@ -12,6 +12,7 @@
  *
  */
 
+#include <crypto/scatterwalk.h>
 #include <linux/mm.h>
 #include <linux/errno.h>
 #include <linux/hardirq.h>
@@ -21,7 +22,6 @@
 #include <linux/scatterlist.h>
 
 #include "internal.h"
-#include "scatterwalk.h"
 
 static int init(struct hash_desc *desc)
 {