aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/crypto/sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/crypto/sha1.c')
-rw-r--r--arch/powerpc/crypto/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/crypto/sha1.c b/arch/powerpc/crypto/sha1.c
index b40dc50a6908..7a55d790cdb1 100644
--- a/arch/powerpc/crypto/sha1.c
+++ b/arch/powerpc/crypto/sha1.c
@@ -17,7 +17,7 @@
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/types.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
#include <asm/byteorder.h>
void powerpc_sha_transform(u32 *state, const u8 *src);