forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/powerpc/crypto/sha256-spe-glue.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Glue code for SHA-256 implementation for SPE instructions (PPC)
34 *
....@@ -5,19 +6,12 @@
56 * about the SPE registers so it can run from interrupt context.
67 *
78 * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de>
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the Free
11
- * Software Foundation; either version 2 of the License, or (at your option)
12
- * any later version.
13
- *
149 */
1510
1611 #include <crypto/internal/hash.h>
1712 #include <linux/init.h>
1813 #include <linux/module.h>
1914 #include <linux/mm.h>
20
-#include <linux/cryptohash.h>
2115 #include <linux/types.h>
2216 #include <crypto/sha.h>
2317 #include <asm/byteorder.h>