diff options
Diffstat (limited to 'drivers/crypto/omap-crypto.c')
-rw-r--r-- | drivers/crypto/omap-crypto.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/crypto/omap-crypto.c b/drivers/crypto/omap-crypto.c index 2c42e4b4a6e9..7d592d93bb1c 100644 --- a/drivers/crypto/omap-crypto.c +++ b/drivers/crypto/omap-crypto.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMAP Crypto driver common support routines. | 3 | * OMAP Crypto driver common support routines. |
3 | * | 4 | * |
4 | * Copyright (c) 2017 Texas Instruments Incorporated | 5 | * Copyright (c) 2017 Texas Instruments Incorporated |
5 | * Tero Kristo <t-kristo@ti.com> | 6 | * Tero Kristo <t-kristo@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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/module.h> | 9 | #include <linux/module.h> |