diff options
Diffstat (limited to 'drivers/crypto/omap-aes.h')
-rw-r--r-- | drivers/crypto/omap-aes.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/crypto/omap-aes.h b/drivers/crypto/omap-aes.h index 7e02920ef6f8..2d4b1f87a1c9 100644 --- a/drivers/crypto/omap-aes.h +++ b/drivers/crypto/omap-aes.h | |||
@@ -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 HW ACCELERATOR defines | 5 | * Support for OMAP AES HW ACCELERATOR defines |
5 | * | 6 | * |
6 | * Copyright (c) 2015 Texas Instruments Incorporated | 7 | * Copyright (c) 2015 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 | #ifndef __OMAP_AES_H__ | 9 | #ifndef __OMAP_AES_H__ |
14 | #define __OMAP_AES_H__ | 10 | #define __OMAP_AES_H__ |