]> 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 1b127a80928311b465bd87c18d849cf8d9f2b641..f0ad9173b961a115ee5d2931aca61bf091d557f5 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Keystone EVM : Power off
  *
  * (C) Copyright 2014
  *     Texas Instruments Incorporated, <www.ti.com>
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
@@ -13,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.026306 seconds and 4 git commands to generate.