diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-05 23:02:02 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-02-16 10:09:16 +0100 |
commit | 187c54488ead35d19082d3ee75afdbe94d3d4026 (patch) | |
tree | 0a902414b23ee625fa9a22b1bb0c26656a8915dd /drivers/mtd/nand/ams-delta.c | |
parent | e36f2eb6ca707853b17fea63e222e86f914617cc (diff) | |
download | linux-187c54488ead35d19082d3ee75afdbe94d3d4026.tar.bz2 |
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.c | 2 |
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 * |