command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / mii.c
index 23ee1e6cfa2c90b430c9e2cea2c883349245808e..b52a55dc3397244059de7414d4f0f1e689c02f22 100644 (file)
--- a/cmd/mii.c
+++ b/cmd/mii.c
@@ -277,7 +277,7 @@ static void extract_range(
 }
 
 /* ---------------------------------------------------------------- */
-static int do_mii(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_mii(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        char            op[2];
        unsigned char   addrlo, addrhi, reglo, reghi;