diff options
Diffstat (limited to 'drivers/crypto/omap-aes-gcm.c')
-rw-r--r-- | drivers/crypto/omap-aes-gcm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/crypto/omap-aes-gcm.c b/drivers/crypto/omap-aes-gcm.c index 0cc3b65d7162..9bbedbccfadf 100644 --- a/drivers/crypto/omap-aes-gcm.c +++ b/drivers/crypto/omap-aes-gcm.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Cryptographic API. | 3 | * Cryptographic API. |
3 | * | 4 | * |
4 | * Support for OMAP AES GCM HW acceleration. | 5 | * Support for OMAP AES GCM HW acceleration. |
5 | * | 6 | * |
6 | * Copyright (c) 2016 Texas Instruments Incorporated | 7 | * Copyright (c) 2016 Texas Instruments Incorporated |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as published | ||
10 | * by the Free Software Foundation. | ||
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/errno.h> | 10 | #include <linux/errno.h> |