diff options
Diffstat (limited to 'drivers/crypto/omap-des.c')
-rw-r--r-- | drivers/crypto/omap-des.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/crypto/omap-des.c b/drivers/crypto/omap-des.c index 3d82d18ff810..1ee69a979677 100644 --- a/drivers/crypto/omap-des.c +++ b/drivers/crypto/omap-des.c | |||
@@ -1,13 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Support for OMAP DES and Triple DES HW acceleration. | 3 | * Support for OMAP DES and Triple DES HW acceleration. |
3 | * | 4 | * |
4 | * Copyright (c) 2013 Texas Instruments Incorporated | 5 | * Copyright (c) 2013 Texas Instruments Incorporated |
5 | * Author: Joel Fernandes <joelf@ti.com> | 6 | * Author: Joel Fernandes <joelf@ti.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as published | ||
9 | * by the Free Software Foundation. | ||
10 | * | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #define pr_fmt(fmt) "%s: " fmt, __func__ | 9 | #define pr_fmt(fmt) "%s: " fmt, __func__ |