summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/ams-delta.c
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-02-06 01:02:02 +0300
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-02-16 12:09:16 +0300
commit187c54488ead35d19082d3ee75afdbe94d3d4026 (patch)
tree0a902414b23ee625fa9a22b1bb0c26656a8915dd /drivers/mtd/nand/ams-delta.c
parente36f2eb6ca707853b17fea63e222e86f914617cc (diff)
downloadlinux-187c54488ead35d19082d3ee75afdbe94d3d4026.tar.xz
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/ams-delta.c')
-rw-r--r--drivers/mtd/nand/ams-delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/ams-delta.c b/drivers/mtd/nand/ams-delta.c
index 25a92474fa59..24173a0a7875 100644
--- a/drivers/mtd/nand/ams-delta.c
+++ b/drivers/mtd/nand/ams-delta.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
*
- * Derived from drivers/mtd/nand/toto.c
+ * Derived from drivers/mtd/nand/toto.c (removed in v2.6.28)
* Converted to platform driver by Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
* Partially stolen from plat_nand.c
*