]> Git Repo - J-u-boot.git/blobdiff - cmd/pvblock.c
net: wget: integrate struct wget_info into legacy wget code
[J-u-boot.git] / cmd / pvblock.c
index 56ce8b18d511cd10ef5798e05a4e2d6778ea8aef..3a83ac9cd92c8a0f6a5efb5ebfc88b01e2fc8b53 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <blk.h>
  */
 
 #include <blk.h>
-#include <common.h>
 #include <command.h>
 
 /* Current I/O Device */
 #include <command.h>
 
 /* Current I/O Device */
@@ -14,7 +13,7 @@ static int pvblock_curr_device;
 
 int do_pvblock(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
 
 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);
 }
 
                              &pvblock_curr_device);
 }
 
This page took 0.023705 seconds and 4 git commands to generate.