command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / arm / mach-tegra / cmd_enterrcm.c
index b2252f3621918a57e965992189c4e8f280678cd9..110d441d9bceca8413c847826db905fad2b21725 100644 (file)
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <irq_func.h>
 #include <asm/arch/tegra.h>
 #include <asm/arch-tegra/pmc.h>
 
-static int do_enterrcm(cmd_tbl_t *cmdtp, int flag, int argc,
-                      char * const argv[])
+static int do_enterrcm(struct cmd_tbl *cmdtp, int flag, int argc,
+                      char *const argv[])
 {
        puts("Entering RCM...\n");
        udelay(50000);