test: dm: Add test case for devfdt_get_addr_ptr
[platform/kernel/u-boot.git] / cmd / smccc.c
index 8b1475c..0b19f6c 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;