diff options
-rw-r--r-- | drivers/mtd/devices/pmc551.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mtd/devices/pmc551.c b/drivers/mtd/devices/pmc551.c index 5d842cbca3de..3b89ab24688b 100644 --- a/drivers/mtd/devices/pmc551.c +++ b/drivers/mtd/devices/pmc551.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * PMC551 PCI Mezzanine Ram Device | 3 | * PMC551 PCI Mezzanine Ram Device |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * Mark Ferrell <mferrell@mvista.com> | 6 | * Mark Ferrell <mferrell@mvista.com> |
6 | * Copyright 1999,2000 Nortel Networks | 7 | * Copyright 1999,2000 Nortel Networks |
7 | * | 8 | * |
8 | * License: | ||
9 | * As part of this driver was derived from the slram.c driver it | ||
10 | * falls under the same license, which is GNU General Public | ||
11 | * License v2 | ||
12 | * | ||
13 | * Description: | 9 | * Description: |
14 | * This driver is intended to support the PMC551 PCI Ram device | 10 | * This driver is intended to support the PMC551 PCI Ram device |
15 | * from Ramix Inc. The PMC551 is a PMC Mezzanine module for | 11 | * from Ramix Inc. The PMC551 is a PMC Mezzanine module for |