summaryrefslogtreecommitdiff
path: root/cmd/smccc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/smccc.c')
-rw-r--r--cmd/smccc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/smccc.c b/cmd/smccc.c
index 8b1475c2fe..0b19f6c68c 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;