diff options
Diffstat (limited to 'drivers/crypto/marvell/cesa.c')
-rw-r--r-- | drivers/crypto/marvell/cesa.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/crypto/marvell/cesa.c b/drivers/crypto/marvell/cesa.c index a4aa6813de4b..8a5f0b0bdf77 100644 --- a/drivers/crypto/marvell/cesa.c +++ b/drivers/crypto/marvell/cesa.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for Marvell's Cryptographic Engine and Security Accelerator (CESA) | 3 | * Support for Marvell's Cryptographic Engine and Security Accelerator (CESA) |
3 | * that can be found on the following platform: Orion, Kirkwood, Armada. This | 4 | * that can be found on the following platform: Orion, Kirkwood, Armada. This |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * This work is based on an initial version written by | 10 | * This work is based on an initial version written by |
10 | * Sebastian Andrzej Siewior < sebastian at breakpoint dot cc > | 11 | * Sebastian Andrzej Siewior < sebastian at breakpoint dot cc > |
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 version 2 as published | ||
14 | * by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |