phy: rockchip: Add Rockchip USB2PHY driver
[oweals/u-boot.git] / cmd / console.c
index 9a356ecfc367a6bc87d16a348c173151cb4fcc00..9a1db83c7c3854a968988c0bf5f250689434b7e1 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -13,7 +12,8 @@
 #include <stdio_dev.h>
 
 extern void _do_coninfo (void);
-static int do_coninfo(cmd_tbl_t *cmd, int flag, int argc, char * const argv[])
+static int do_coninfo(struct cmd_tbl *cmd, int flag, int argc,
+                     char *const argv[])
 {
        int l;
        struct list_head *list = stdio_get_list();