command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / smccc.c
index 8b1475c2fe0206253d7f079126e2dd9ea727fd83..0b19f6c68c6edb4d7b2c40e88aa93ef42de98122 100644 (file)
@@ -10,7 +10,8 @@
 #include <linux/compiler.h>
 #include <linux/psci.h>
 
-static int do_call(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_call(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        struct arm_smccc_res res;