aboutsummaryrefslogtreecommitdiff
path: root/cmd/pvblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/pvblock.c')
-rw-r--r--cmd/pvblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/pvblock.c b/cmd/pvblock.c
index 56ce8b1..1b604c3 100644
--- a/cmd/pvblock.c
+++ b/cmd/pvblock.c
@@ -14,7 +14,7 @@ static int pvblock_curr_device;
int do_pvblock(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
{
- return blk_common_cmd(argc, argv, IF_TYPE_PVBLOCK,
+ return blk_common_cmd(argc, argv, UCLASS_PVBLOCK,
&pvblock_curr_device);
}