summaryrefslogtreecommitdiffstats
path: root/cmd/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/unzip.c')
-rw-r--r--cmd/unzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/unzip.c b/cmd/unzip.c
index 0686be68ce..5be156644c 100644
--- a/cmd/unzip.c
+++ b/cmd/unzip.c
@@ -43,7 +43,7 @@ U_BOOT_CMD(
static int do_gzwrite(cmd_tbl_t *cmdtp, int flag,
int argc, char * const argv[])
{
- block_dev_desc_t *bdev;
+ struct blk_desc *bdev;
int ret;
unsigned char *addr;
unsigned long length;
OpenPOWER on IntegriCloud