summaryrefslogtreecommitdiff
path: root/cmd/blk_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/blk_common.c')
-rw-r--r--cmd/blk_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/blk_common.c b/cmd/blk_common.c
index cee25a0d41..c5514cf8f8 100644
--- a/cmd/blk_common.c
+++ b/cmd/blk_common.c
@@ -11,7 +11,6 @@
#include <common.h>
#include <blk.h>
-#ifdef CONFIG_HAVE_BLOCK_DEVICE
int blk_common_cmd(int argc, char * const argv[], enum if_type if_type,
int *cur_devnump)
{
@@ -96,4 +95,3 @@ int blk_common_cmd(int argc, char * const argv[], enum if_type if_type,
}
}
}
-#endif