commit | 187c54488ead35d19082d3ee75afdbe94d3d4026 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Mon Feb 05 23:02:02 2018 +0100 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Fri Feb 16 10:09:16 2018 +0100 |
tree | 0a902414b23ee625fa9a22b1bb0c26656a8915dd | |
parent | e36f2eb6ca707853b17fea63e222e86f914617cc [diff] |
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>