command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / arm / mach-stm32mp / cmd_stm32key.c
index f1f26e7c943fe8e8048ca0bc92c38426a81ebced..f191085a12d074d345edc432ab5a76649ab919a9 100644 (file)
@@ -66,8 +66,8 @@ static int confirm_prog(void)
        return 0;
 }
 
-static int do_stm32key(cmd_tbl_t *cmdtp, int flag, int argc,
-                      char * const argv[])
+static int do_stm32key(struct cmd_tbl *cmdtp, int flag, int argc,
+                      char *const argv[])
 {
        u32 addr;
        const char *op = argc >= 2 ? argv[1] : NULL;