summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/atmel/nand-controller.c
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-02-05 23:02:02 +0100
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-02-16 10:09:16 +0100
commit187c54488ead35d19082d3ee75afdbe94d3d4026 (patch)
tree0a902414b23ee625fa9a22b1bb0c26656a8915dd /drivers/mtd/nand/atmel/nand-controller.c
parentmtd: nand: ams-delta: Fix path to toto.c source file (diff)
downloadlinux-187c54488ead35d19082d3ee75afdbe94d3d4026.tar.xz
linux-187c54488ead35d19082d3ee75afdbe94d3d4026.zip
mtd: nand: State when references to other drivers are no longer valid
A lot of NAND drivers have been derived from other old NAND drivers which have since then been removed from the Linux tree. When this is the case, specify when the file the header is referring to has been removed so that people can find the original implementation more easily. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'drivers/mtd/nand/atmel/nand-controller.c')
-rw-r--r--drivers/mtd/nand/atmel/nand-controller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/atmel/nand-controller.c b/drivers/mtd/nand/atmel/nand-controller.c
index b2f00b398490..12f6753d47ae 100644
--- a/drivers/mtd/nand/atmel/nand-controller.c
+++ b/drivers/mtd/nand/atmel/nand-controller.c
@@ -9,10 +9,10 @@
*
* Copyright 2003 Rick Bronson
*
- * Derived from drivers/mtd/nand/autcpu12.c
+ * Derived from drivers/mtd/nand/autcpu12.c (removed in v3.8)
* Copyright 2001 Thomas Gleixner (gleixner@autronix.de)
*
- * Derived from drivers/mtd/spia.c
+ * Derived from drivers/mtd/spia.c (removed in v3.8)
* Copyright 2000 Steven J. Hill (sjhill@cotw.com)
*
*