summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/jffs2_nand_1pass.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 11:07:56 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-10 11:07:56 -0500
commitf40a7f3e3888b42a43674b099e5470022c8c544c (patch)
treeead9d86b7912788ebfb773d7de4882346049b01a /fs/jffs2/jffs2_nand_1pass.c
parent610f2e9c28a9c101e09fa1b78143cf5f00ed1593 (diff)
downloadblackbird-obmc-uboot-f40a7f3e3888b42a43674b099e5470022c8c544c.tar.gz
blackbird-obmc-uboot-f40a7f3e3888b42a43674b099e5470022c8c544c.zip
fs/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'fs/jffs2/jffs2_nand_1pass.c')
-rw-r--r--fs/jffs2/jffs2_nand_1pass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/jffs2_nand_1pass.c b/fs/jffs2/jffs2_nand_1pass.c
index 08885f08a7..3a4c64985a 100644
--- a/fs/jffs2/jffs2_nand_1pass.c
+++ b/fs/jffs2/jffs2_nand_1pass.c
@@ -1033,4 +1033,4 @@ jffs2_1pass_info(struct part_info * part)
return 1;
}
-#endif /* CFG_CMD_JFFS2 */
+#endif
OpenPOWER on IntegriCloud