forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/powerpc/crypto/md5-glue.c
....@@ -1,22 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Glue code for MD5 implementation for PPC assembler
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/md5.h>
2216 #include <asm/byteorder.h>