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>
This commit is contained in:
Jon Loeliger 2007-07-10 11:07:56 -05:00
parent 610f2e9c28
commit f40a7f3e38
11 changed files with 11 additions and 11 deletions

View file

@ -983,4 +983,4 @@ reiserfs_open (char *filename)
return filemax;
}
#endif /* CFG_CMD_REISER */
#endif