command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / legacy_led.c
index 7d40d8db58e0c4b412f187b66bbf0b093253909f..86cd969e4072caf24e0b34fe8a569583b7a97f37 100644 (file)
@@ -85,7 +85,7 @@ void __weak __led_blink(led_id_t mask, int freq)
 {
 }
 
-int do_legacy_led(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_legacy_led(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        int i, match = 0;
        enum led_cmd cmd;