diff options
Diffstat (limited to 'drivers/mtd/nand/raw/cmx270_nand.c')
-rw-r--r-- | drivers/mtd/nand/raw/cmx270_nand.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mtd/nand/raw/cmx270_nand.c b/drivers/mtd/nand/raw/cmx270_nand.c index 143e4acacaae..045b6175ae79 100644 --- a/drivers/mtd/nand/raw/cmx270_nand.c +++ b/drivers/mtd/nand/raw/cmx270_nand.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2006 Compulab, Ltd. | 3 | * Copyright (C) 2006 Compulab, Ltd. |
3 | * Mike Rapoport <mike@compulab.co.il> | 4 | * Mike Rapoport <mike@compulab.co.il> |
@@ -6,11 +7,6 @@ | |||
6 | * Copyright (C) 2002 Marius Gröger (mag@sysgo.de) | 7 | * Copyright (C) 2002 Marius Gröger (mag@sysgo.de) |
7 | * Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de) | 8 | * Copyright (c) 2001 Thomas Gleixner (gleixner@autronix.de) |
8 | * | 9 | * |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | * Overview: | 10 | * Overview: |
15 | * This is a device driver for the NAND flash device found on the | 11 | * This is a device driver for the NAND flash device found on the |
16 | * CM-X270 board. | 12 | * CM-X270 board. |