aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/morus640-sse2-asm.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/crypto/morus640-sse2-asm.S')
-rw-r--r--arch/x86/crypto/morus640-sse2-asm.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/crypto/morus640-sse2-asm.S b/arch/x86/crypto/morus640-sse2-asm.S
index 414db480250e..a60891101bbd 100644
--- a/arch/x86/crypto/morus640-sse2-asm.S
+++ b/arch/x86/crypto/morus640-sse2-asm.S
@@ -1,12 +1,9 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * SSE2 implementation of MORUS-640 3 * SSE2 implementation of MORUS-640
3 * 4 *
4 * Copyright (c) 2017-2018 Ondrej Mosnacek <omosnacek@gmail.com> 5 * Copyright (c) 2017-2018 Ondrej Mosnacek <omosnacek@gmail.com>
5 * Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved. 6 * Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published
9 * by the Free Software Foundation.
10 */ 7 */
11 8
12#include <linux/linkage.h> 9#include <linux/linkage.h>