command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / bind.c
index 44a5f17f0da0aece2f52109b5289bfe4fc2a3236..068b1399ab1dc70b9417e085b3f1e23a339a446b 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <dm.h>
 #include <dm/device-internal.h>
 #include <dm/lists.h>
@@ -194,8 +195,8 @@ static int unbind_by_node_path(const char *path)
        return 0;
 }
 
-static int do_bind_unbind(cmd_tbl_t *cmdtp, int flag, int argc,
-                         char * const argv[])
+static int do_bind_unbind(struct cmd_tbl *cmdtp, int flag, int argc,
+                         char *const argv[])
 {
        int ret = 0;
        bool bind;