summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsmc_nand.c
diff options
context:
space:
mode:
authorBoris Brezillon2018-02-05 23:02:02 +0100
committerBoris Brezillon2018-02-16 10:09:16 +0100
commit187c54488ead35d19082d3ee75afdbe94d3d4026 (patch)
tree0a902414b23ee625fa9a22b1bb0c26656a8915dd /drivers/mtd/nand/fsmc_nand.c
parentmtd: nand: ams-delta: Fix path to toto.c source file (diff)
downloadkernel-qcow2-linux-187c54488ead35d19082d3ee75afdbe94d3d4026.tar.gz
kernel-qcow2-linux-187c54488ead35d19082d3ee75afdbe94d3d4026.tar.xz
kernel-qcow2-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/fsmc_nand.c')
-rw-r--r--drivers/mtd/nand/fsmc_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/fsmc_nand.c b/drivers/mtd/nand/fsmc_nand.c
index e763161a7c82..a4a5da318eed 100644
--- a/drivers/mtd/nand/fsmc_nand.c
+++ b/drivers/mtd/nand/fsmc_nand.c
@@ -7,7 +7,7 @@
* Vipin Kumar <vipin.kumar@st.com>
* Ashish Priyadarshi
*
- * Based on drivers/mtd/nand/nomadik_nand.c
+ * Based on drivers/mtd/nand/nomadik_nand.c (removed in v3.8)
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any