diff options
Diffstat (limited to 'cmd/smccc.c')
-rw-r--r-- | cmd/smccc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/smccc.c b/cmd/smccc.c index 8b1475c2fe0..0b19f6c68c6 100644 --- a/cmd/smccc.c +++ b/cmd/smccc.c @@ -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; |