commit | 8bdca1098db4b09fcd2c8e6caddca5aa7cf1122b | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Tue Jul 10 11:07:56 2007 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Tue Jul 10 11:07:56 2007 -0500 |
tree | ead9d86b7912788ebfb773d7de4882346049b01a | |
parent | a9807e55f1d87888e30ca8ff56f25a96b36b0ef8 [diff] [blame] |
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>
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c index 0d6d673..5316668 100644 --- a/fs/jffs2/jffs2_1pass.c +++ b/fs/jffs2/jffs2_1pass.c
@@ -1397,4 +1397,4 @@ return 1; } -#endif /* CFG_CMD_JFFS2 */ +#endif