-
- Downloads
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.
All transformations are of the form:
Before:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
After:
#if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
Signed-off-by:
Jon Loeliger <jdl@freescale.com>
Showing
- fs/cramfs/cramfs.c 1 addition, 1 deletionfs/cramfs/cramfs.c
- fs/cramfs/uncompress.c 1 addition, 1 deletionfs/cramfs/uncompress.c
- fs/ext2/dev.c 1 addition, 1 deletionfs/ext2/dev.c
- fs/ext2/ext2fs.c 1 addition, 1 deletionfs/ext2/ext2fs.c
- fs/fat/fat.c 8 additions, 6 deletionsfs/fat/fat.c
- fs/fat/file.c 1 addition, 1 deletionfs/fat/file.c
- fs/fdos/dev.c 1 addition, 1 deletionfs/fdos/dev.c
- fs/fdos/fat.c 1 addition, 1 deletionfs/fdos/fat.c
- fs/fdos/fdos.c 1 addition, 1 deletionfs/fdos/fdos.c
- fs/fdos/fs.c 1 addition, 1 deletionfs/fdos/fs.c
- fs/fdos/subdir.c 1 addition, 1 deletionfs/fdos/subdir.c
- fs/fdos/vfat.c 1 addition, 1 deletionfs/fdos/vfat.c
- fs/jffs2/compr_lzari.c 1 addition, 1 deletionfs/jffs2/compr_lzari.c
- fs/jffs2/compr_lzo.c 1 addition, 1 deletionfs/jffs2/compr_lzo.c
- fs/jffs2/compr_rtime.c 1 addition, 1 deletionfs/jffs2/compr_rtime.c
- fs/jffs2/compr_rubin.c 1 addition, 1 deletionfs/jffs2/compr_rubin.c
- fs/jffs2/compr_zlib.c 1 addition, 1 deletionfs/jffs2/compr_zlib.c
- fs/jffs2/jffs2_1pass.c 8 additions, 8 deletionsfs/jffs2/jffs2_1pass.c
- fs/jffs2/jffs2_nand_1pass.c 1 addition, 1 deletionfs/jffs2/jffs2_nand_1pass.c
- fs/jffs2/mini_inflate.c 1 addition, 1 deletionfs/jffs2/mini_inflate.c
Loading
Please register or sign in to comment