diff options
author | wdenk | 2005-02-24 23:23:29 +0000 |
---|---|---|
committer | wdenk | 2005-02-24 23:23:29 +0000 |
commit | 1968e615d4092f728f4732a0b148ded6d1caa731 (patch) | |
tree | 66de94197932c86badc51db7f7ba9b17a8640e1a /disk/part.c | |
parent | 151ab83a936e66cf56971a0e0340609528474734 (diff) |
Cleanup USB and partition defines
Diffstat (limited to 'disk/part.c')
-rw-r--r-- | disk/part.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/disk/part.c b/disk/part.c index 0e9ddbd9f82..2255e726cf5 100644 --- a/disk/part.c +++ b/disk/part.c @@ -36,7 +36,8 @@ #if ((CONFIG_COMMANDS & CFG_CMD_IDE) || \ (CONFIG_COMMANDS & CFG_CMD_SCSI) || \ (CONFIG_COMMANDS & CFG_CMD_USB) || \ - (CONFIG_MMC) || (CONFIG_SYSTEMACE) ) + defined(CONFIG_MMC) || \ + defined(CONFIG_SYSTEMACE) ) /* ------------------------------------------------------------------------- */ /* |