]> Git Repo - u-boot.git/blobdiff - cmd/reginfo.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[u-boot.git] / cmd / reginfo.c
index de94dd8071cc8ed10376cc77f6ae02a24fb916d4..53b8bc41bfe518d9b6c0a60618c7f5a713d9c714 100644 (file)
@@ -4,12 +4,11 @@
  * Subodh Nijsure, SkyStream Networks, [email protected]
  */
 
-#include <common.h>
 #include <command.h>
 #include <asm/ppc.h>
 
-static int do_reginfo(cmd_tbl_t *cmdtp, int flag, int argc,
-                      char * const argv[])
+static int do_reginfo(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        print_reginfo();
 
This page took 0.026561 seconds and 4 git commands to generate.