command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / ab_select.c
index 7a4e51571b6d1b550a7c0d7ed014d89dd58b4c70..6298fcfb6044a9f45a31936fc7034f582f1432d7 100644 (file)
@@ -6,10 +6,11 @@
 #include <common.h>
 #include <android_ab.h>
 #include <command.h>
+#include <env.h>
 #include <part.h>
 
-static int do_ab_select(cmd_tbl_t *cmdtp, int flag, int argc,
-                       char * const argv[])
+static int do_ab_select(struct cmd_tbl *cmdtp, int flag, int argc,
+                       char *const argv[])
 {
        int ret;
        struct blk_desc *dev_desc;