diff options
Diffstat (limited to 'drivers/mtd/ssfdc.c')
-rw-r--r-- | drivers/mtd/ssfdc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/mtd/ssfdc.c b/drivers/mtd/ssfdc.c index 7a1e54546f4a..1d05c121904c 100644 --- a/drivers/mtd/ssfdc.c +++ b/drivers/mtd/ssfdc.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Linux driver for SSFDC Flash Translation Layer (Read only) | 3 | * Linux driver for SSFDC Flash Translation Layer (Read only) |
3 | * © 2005 Eptar srl | 4 | * © 2005 Eptar srl |
4 | * Author: Claudio Lanconelli <lanconelli.claudio@eptar.com> | 5 | * Author: Claudio Lanconelli <lanconelli.claudio@eptar.com> |
5 | * | 6 | * |
6 | * Based on NTFL and MTDBLOCK_RO drivers | 7 | * Based on NTFL and MTDBLOCK_RO drivers |
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 | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |