diff options
Diffstat (limited to 'fs/reiserfs/dev.c')
-rw-r--r-- | fs/reiserfs/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/dev.c b/fs/reiserfs/dev.c index 6f6056f3377..6f7c9d263b0 100644 --- a/fs/reiserfs/dev.c +++ b/fs/reiserfs/dev.c @@ -19,7 +19,7 @@ #include <common.h> -#if (CONFIG_COMMANDS & CFG_CMD_REISER) +#if (CONFIG_COMMANDS & CFG_CMD_REISER) || defined(CONFIG_CMD_REISER) #include <config.h> #include <reiserfs.h> |