]> Git Repo - u-boot.git/blobdiff - cmd/pvblock.c
blk: Switch over to using uclass IDs
[u-boot.git] / cmd / pvblock.c
index 56ce8b18d511cd10ef5798e05a4e2d6778ea8aef..1b604c37373c5de86b20b8f796aa289d429547f8 100644 (file)
@@ -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);
 }
 
This page took 0.025579 seconds and 4 git commands to generate.