diff options
Diffstat (limited to 'crypto/sha512.c')
-rw-r--r-- | crypto/sha512.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/sha512.c b/crypto/sha512.c index e736596ca574..c39c803ecc02 100644 --- a/crypto/sha512.c +++ b/crypto/sha512.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
20 | #include <crypto/sha.h> | 20 | #include <crypto/sha.h> |
21 | 21 | ||
22 | #include <asm/scatterlist.h> | ||
23 | #include <asm/byteorder.h> | 22 | #include <asm/byteorder.h> |
24 | 23 | ||
25 | struct sha512_ctx { | 24 | struct sha512_ctx { |