command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / ti / sdp4430 / cmd_bat.c
index c820435386d4e46c32c1e5b11aab2bedb02630f6..6c1e6ca393c66b3183b76ddc1272897a2f58c342 100644 (file)
@@ -9,7 +9,7 @@
 #ifdef CONFIG_CMD_BAT
 #include <twl6030.h>
 
-int do_vbat(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_vbat(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        if (argc == 2) {
                if (strncmp(argv[1], "startcharge", 12) == 0)