]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/crypto/sha1_neon_glue.c
crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layer
[karo-tx-linux.git] / arch / arm / crypto / sha1_neon_glue.c
index 0b0083757d477f4aef8bca9e82cfb155b6eecbfb..5d9a1b4aac73e0a18995e8c71da3501e65b23f2b 100644 (file)
@@ -28,8 +28,8 @@
 #include <asm/byteorder.h>
 #include <asm/neon.h>
 #include <asm/simd.h>
-#include <asm/crypto/sha1.h>
 
+#include "sha1.h"
 
 asmlinkage void sha1_transform_neon(void *state_h, const char *data,
                                    unsigned int rounds);