hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/powerpc/crypto/sha1-spe-glue.c
....@@ -1,22 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Glue code for SHA-1 implementation for SPE instructions (PPC)
34 *
45 * Based on generic implementation.
56 *
67 * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the Free
10
- * Software Foundation; either version 2 of the License, or (at your option)
11
- * any later version.
12
- *
138 */
149
1510 #include <crypto/internal/hash.h>
1611 #include <linux/init.h>
1712 #include <linux/module.h>
1813 #include <linux/mm.h>
19
-#include <linux/cryptohash.h>
2014 #include <linux/types.h>
2115 #include <crypto/sha.h>
2216 #include <asm/byteorder.h>