command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / mp.c
index 4c8f5fc3fae4545a44df5a04c18e7f4e5b3157ab..c2b5235a373abefd0545ad103fe92e13d67499ab 100644 (file)
--- a/cmd/mp.c
+++ b/cmd/mp.c
@@ -26,7 +26,7 @@ static int cpu_status_all(void)
 }
 
 static int
-cpu_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+cpu_cmd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        unsigned long cpuid;