command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / spi.c
index bfa185b6aefe1838aaf5d7ad533d7d0bf345c12f..aec912167c675a0dd56cbf2ad358024ea97c120a 100644 (file)
--- a/cmd/spi.c
+++ b/cmd/spi.c
@@ -97,7 +97,7 @@ done:
  * The command prints out the hexadecimal string received via SPI.
  */
 
-int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_spi(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        char  *cp = 0;
        uchar tmp;