command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / freescale / ls1046ardb / cpld.c
index c0500f474f6b2559f605130678140ac4e5f3b8b5..548601a5ae16b84d57d8504726e60df4bc78b307 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2016 Freescale Semiconductor
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * Freescale LS1046ARDB board-specific CPLD controlling supports.
  */
 
@@ -130,7 +129,7 @@ void cpld_rev_bit(unsigned char *value)
        *value = rev_val;
 }
 
-int do_cpld(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_cpld(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        int rc = 0;