fs/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
Jon Loeliger 2007-07-09 17:56:50 -05:00
parent c91898bbc5
commit dd60d1223b
23 changed files with 42 additions and 42 deletions

View file

@ -19,7 +19,7 @@
#include <common.h>
#if (CONFIG_COMMANDS & CFG_CMD_REISER) || defined(CONFIG_CMD_REISER)
#if defined(CONFIG_CMD_REISER)
#include <config.h>
#include <reiserfs.h>