1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Fix more compilation errors (cmd)

This commit is contained in:
Ondrej Jirman
2020-10-08 02:29:41 +02:00
parent 5bd3ebcfc8
commit c01d06fdb5
6 changed files with 16 additions and 16 deletions

View File

@@ -7,7 +7,7 @@
#include <cli_hush.h>
#include <axp_pmic.h>
static int do_axp(cmd_tbl_t *cmdtp, int flag, int argc,
static int do_axp(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[])
{
int ret = 0, val;