diff options
Diffstat (limited to 'disk/part_efi.c')
| -rw-r--r-- | disk/part_efi.c | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/disk/part_efi.c b/disk/part_efi.c index 766501733..b3fd0e954 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -39,13 +39,7 @@  DECLARE_GLOBAL_DATA_PTR; -#if defined(CONFIG_CMD_IDE) || \ -    defined(CONFIG_CMD_SATA) || \ -    defined(CONFIG_CMD_SCSI) || \ -    defined(CONFIG_CMD_USB) || \ -    defined(CONFIG_MMC) || \ -    defined(CONFIG_SYSTEMACE) - +#ifdef HAVE_BLOCK_DEVICE  /**   * efi_crc32() - EFI version of crc32 function   * @buf: buffer to calculate crc32 of |