crypto: sha - split sha.h into sha1.h and sha2.h
[linux-2.6-microblaze.git] / drivers / crypto / mxs-dcp.c
index 909a7eb..d6a7784 100644 (file)
@@ -17,7 +17,8 @@
 #include <linux/clk.h>
 
 #include <crypto/aes.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
+#include <crypto/sha2.h>
 #include <crypto/internal/hash.h>
 #include <crypto/internal/skcipher.h>
 #include <crypto/scatterwalk.h>