diff options
Diffstat (limited to 'drivers/crypto/sahara.c')
-rw-r--r-- | drivers/crypto/sahara.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/crypto/sahara.c b/drivers/crypto/sahara.c index fd11162a915e..6b498a90181e 100644 --- a/drivers/crypto/sahara.c +++ b/drivers/crypto/sahara.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Cryptographic API. | 3 | * Cryptographic API. |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright (c) 2013 Vista Silicon S.L. | 8 | * Copyright (c) 2013 Vista Silicon S.L. |
8 | * Author: Javier Martin <javier.martin@vista-silicon.com> | 9 | * Author: Javier Martin <javier.martin@vista-silicon.com> |
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as published | ||
12 | * by the Free Software Foundation. | ||
13 | * | ||
14 | * Based on omap-aes.c and tegra-aes.c | 11 | * Based on omap-aes.c and tegra-aes.c |
15 | */ | 12 | */ |
16 | 13 | ||