]> Git Repo - J-u-boot.git/blobdiff - arch/arm/mach-keystone/cmd_poweroff.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / arch / arm / mach-keystone / cmd_poweroff.c
index 89b18516cdf797ae5f1e2ff3bdd307015f3a87e9..f0ad9173b961a115ee5d2931aca61bf091d557f5 100644 (file)
@@ -12,7 +12,7 @@
 #include <asm/arch/psc_defs.h>
 #include <asm/arch/hardware.h>
 
-int do_poweroff(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_poweroff(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        mon_power_off(0);
 
This page took 0.02567 seconds and 4 git commands to generate.