summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2007-12-30 03:30:46 +0100
committerWolfgang Denk <wd@denx.de>2008-01-09 21:48:49 +0100
commit7817cb2083d982923752fe0f12b67c0e7c09a027 (patch)
tree4fa47e141b66627b64d5bfc5e69d3492e6d8daff /fs/jffs2
parenta9b410dc7d2a4721c408b13abfc037988150f145 (diff)
downloadtalos-obmc-uboot-7817cb2083d982923752fe0f12b67c0e7c09a027.tar.gz
talos-obmc-uboot-7817cb2083d982923752fe0f12b67c0e7c09a027.zip
fix comments with new drivers organization
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'fs/jffs2')
-rw-r--r--fs/jffs2/jffs2_1pass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c
index 53166683fd..69f53eabcf 100644
--- a/fs/jffs2/jffs2_1pass.c
+++ b/fs/jffs2/jffs2_1pass.c
@@ -165,7 +165,7 @@ static struct part_info *current_part;
int read_jffs2_nand(size_t start, size_t len,
size_t * retlen, u_char * buf, int nanddev);
#else
-/* info for NAND chips, defined in drivers/nand/nand.c */
+/* info for NAND chips, defined in drivers/mtd/nand/nand.c */
extern nand_info_t nand_info[];
#endif
OpenPOWER on IntegriCloud