forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm/crypto/sha1_glue.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Cryptographic API.
34 * Glue code for the SHA1 Secure Hash Algorithm assembler implementation
....@@ -8,18 +9,11 @@
89 * Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
910 * Copyright (c) Jean-Francois Dive <jef@linuxbe.org>
1011 * Copyright (c) Mathias Krause <minipli@googlemail.com>
11
- *
12
- * This program is free software; you can redistribute it and/or modify it
13
- * under the terms of the GNU General Public License as published by the Free
14
- * Software Foundation; either version 2 of the License, or (at your option)
15
- * any later version.
16
- *
1712 */
1813
1914 #include <crypto/internal/hash.h>
2015 #include <linux/init.h>
2116 #include <linux/module.h>
22
-#include <linux/cryptohash.h>
2317 #include <linux/types.h>
2418 #include <crypto/sha.h>
2519 #include <crypto/sha1_base.h>