]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
fs/: Remove lingering references to CFG_CMD_* symbols.
authorJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:07:56 +0000 (11:07 -0500)
committerJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:07:56 +0000 (11:07 -0500)
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>
fs/ext2/dev.c
fs/ext2/ext2fs.c
fs/jffs2/compr_rtime.c
fs/jffs2/compr_rubin.c
fs/jffs2/compr_zlib.c
fs/jffs2/jffs2_1pass.c
fs/jffs2/jffs2_nand_1pass.c
fs/jffs2/mini_inflate.c
fs/reiserfs/dev.c
fs/reiserfs/mode_string.c
fs/reiserfs/reiserfs.c

index 49a55b90e2b8c8d03aa34f4785c4f1d0080c8ead..643a1a8c850182daa37f7b9232b4047f7a83d936 100644 (file)
@@ -123,4 +123,4 @@ int ext2fs_devread (int sector, int byte_offset, int byte_len, char *buf) {
        }
        return (1);
 }
-#endif /* CFG_CMD_EXT2FS */
+#endif
index e65e39b5abfa7e2dfbe23888d3b00c1d9640d0a4..513a2f9e3201fb78f9c068f9277ee134ba98ad18 100644 (file)
@@ -875,4 +875,4 @@ fail:
        return (0);
 }
 
-#endif /* CFG_CMD_EXT2FS */
+#endif
index cb132118aebb19455dd0be850539a54e0e675794..144263c4225fc119bd767c46881fdda8fd486825 100644 (file)
@@ -88,4 +88,4 @@ void rtime_decompress(unsigned char *data_in, unsigned char *cpage_out,
        }
 }
 
-#endif /* CFG_CMD_JFFS2 */
+#endif
index 7a612c919209791065054ac808b978b48e741f73..f6f3fa1b5887c1f3bfc2ebc85e77e9242a63fe53 100644 (file)
@@ -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
index 78b12a34a431c304055803b09f4ee3719c6aaf4c..29dfe1b66401c52682e90dda39185f7f43cca98f 100644 (file)
@@ -49,4 +49,4 @@ long zlib_decompress(unsigned char *data_in, unsigned char *cpage_out,
 
 }
 
-#endif /* CFG_CMD_JFFS2 */
+#endif
index 0d6d673164324cb7ff3b65a7a2bd3c4a6ad98307..53166683fd07b4266c41cec782002b404b64c816 100644 (file)
@@ -1397,4 +1397,4 @@ jffs2_1pass_info(struct part_info * part)
        return 1;
 }
 
-#endif /* CFG_CMD_JFFS2 */
+#endif
index 08885f08a720fe386950939e6525ae3fb6c6b7e7..3a4c64985a4eb21498ef7c704baebb935327642b 100644 (file)
@@ -1033,4 +1033,4 @@ jffs2_1pass_info(struct part_info * part)
        return 1;
 }
 
-#endif /* CFG_CMD_JFFS2 */
+#endif
index f2b8762856d0d3c60375a1c99c4a792eb3f471d5..4c50fc32dc20f6c53561c394ad9605c9f32d9914 100644 (file)
@@ -393,4 +393,4 @@ long decompress_block(unsigned char *dest, unsigned char *source,
        return stream.error ? -stream.error : stream.decoded;
 }
 
-#endif /* CFG_CMD_JFFS2 */
+#endif
index 66f927c642b16cb49ab03681dbdbfa0b71dc72f7..6b36c06b5c12ccfc4c84a3070ca3e2d94cc43ff7 100644 (file)
@@ -120,4 +120,4 @@ int reiserfs_devread (int sector, int byte_offset, int byte_len, char *buf)
        return 1;
 }
 
-#endif /* CFG_CMD_REISERFS */
+#endif
index 8bf6bf0e94c1caa9fcafef217018a33938814f2d..ae98834df48709e8260d62bbbd9f649ae71f08f3 100644 (file)
@@ -139,4 +139,4 @@ const char *bb_mode_string(int mode)
 
 #endif
 
-#endif /* CFG_CMD_REISER */
+#endif
index c6ab22647a96d3a034a93a326d448ab81a7b3f26..aa96361638e9320456d4ac0063108eaab0f753c4 100644 (file)
@@ -983,4 +983,4 @@ reiserfs_open (char *filename)
        return filemax;
 }
 
-#endif /* CFG_CMD_REISER */
+#endif