diff options
Diffstat (limited to 'disk/part_iso.c')
-rw-r--r-- | disk/part_iso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part_iso.c b/disk/part_iso.c index 4036b00b256..ef582de7a11 100644 --- a/disk/part_iso.c +++ b/disk/part_iso.c @@ -10,7 +10,7 @@ #include <asm/unaligned.h> #include "part_iso.h" -#ifdef HAVE_BLOCK_DEVICE +#ifdef CONFIG_HAVE_BLOCK_DEVICE /* #define ISO_PART_DEBUG */ |