aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-11-20 10:02:38 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2018-12-07 10:58:03 +0100
commit419e5b84a4be6c796e421b82e9673e2fa1ec1b07 (patch)
tree2c28615d999dd83c0dfb71e57f2bc8b619de110c /drivers/mtd/nand
parentmtd: rawnand: vf610: Stop using the dummy controller obj (diff)
downloadlinux-dev-419e5b84a4be6c796e421b82e9673e2fa1ec1b07.tar.xz
linux-dev-419e5b84a4be6c796e421b82e9673e2fa1ec1b07.zip
mtd: rawnand: vf610: Add an SPDX tag to replace the license text
Replace the license text by an SPDX tag. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r--drivers/mtd/nand/raw/vf610_nfc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/mtd/nand/raw/vf610_nfc.c b/drivers/mtd/nand/raw/vf610_nfc.c
index 2e8b7e9314a3..a662ca1970e5 100644
--- a/drivers/mtd/nand/raw/vf610_nfc.c
+++ b/drivers/mtd/nand/raw/vf610_nfc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2009-2015 Freescale Semiconductor, Inc. and others
*
@@ -10,11 +11,6 @@
*
* Based on original driver mpc5121_nfc.c.
*
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
* Limitations:
* - Untested on MPC5125 and M54418.
* - DMA and pipelining not used.