summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/compr_rubin.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/compr_rubin.c
parent610f2e9c28a9c101e09fa1b78143cf5f00ed1593 (diff)
downloadtalos-obmc-uboot-f40a7f3e3888b42a43674b099e5470022c8c544c.tar.gz
talos-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/compr_rubin.c')
-rw-r--r--fs/jffs2/compr_rubin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/compr_rubin.c b/fs/jffs2/compr_rubin.c
index 7a612c9192..f6f3fa1b58 100644
--- a/fs/jffs2/compr_rubin.c
+++ b/fs/jffs2/compr_rubin.c
@@ -123,4 +123,4 @@ void dynrubin_decompress(unsigned char *data_in, unsigned char *cpage_out,
rubin_do_decompress(bits, data_in+8, cpage_out, dstlen);
}
-#endif /* CFG_CMD_JFFS2 */
+#endif
OpenPOWER on IntegriCloud