commit | 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Wed Aug 15 21:03:41 2007 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Wed Aug 15 21:03:41 2007 +0200 |
tree | d3e7b2c5e30a30a35a242a9b2a1996bfe7754fae | |
parent | 85fad497b3c2e99fa48d18351d2898cf8cdbe898 [diff] |
[FIX] Correction command definition
diff --git a/fs/romfs/romfs.c b/fs/romfs/romfs.c index 34917be..15de3e1 100644 --- a/fs/romfs/romfs.c +++ b/fs/romfs/romfs.c
@@ -26,7 +26,7 @@ #include <malloc.h> #include <command.h> -#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) +#if defined(CONFIG_CMD_JFFS2) #include <asm/byteorder.h> #include <linux/stat.h>