command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / nios2 / cpu / interrupts.c
index e9d1ff911be70ddddb3e045948ac589a1937e22d..90cabb67571b813d852af596f90fac4386427d66 100644 (file)
@@ -118,7 +118,7 @@ int interrupt_init(void)
 
 /*************************************************************************/
 #if defined(CONFIG_CMD_IRQ)
-int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_irqinfo(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        int i;
        struct irq_action *act = vecs;