command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / setexpr.c
index 0182f1993846cdb4f6d027c6ddf7e6707d7b2d99..1d81ecfa6a41313a2c5a245cb241e4ec136c4468 100644 (file)
@@ -290,7 +290,8 @@ static int regex_sub(const char *name,
 }
 #endif
 
-static int do_setexpr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_setexpr(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        ulong a, b;
        ulong value;