+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2000-2009
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
-#include <common.h>
#include <command.h>
+#include <vsprintf.h>
-static int do_exit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_exit(struct cmd_tbl *cmdtp, int flag, int argc,
+ char *const argv[])
{
int r;