]> Git Repo - J-u-boot.git/blobdiff - cmd/exit.c
Subtree merge tag 'v6.12-dts' of dts repo [1] into dts/upstream
[J-u-boot.git] / cmd / exit.c
index c7892333bb65f7c542df93b59c4c3830aaa48bd7..d125ec1e31f2d80d8a5b3e288db94e988bec16ff 100644 (file)
@@ -1,14 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2000-2009
  * Wolfgang Denk, DENX Software Engineering, [email protected].
- *
- * 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;
 
This page took 0.025657 seconds and 4 git commands to generate.