command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / boundary / nitrogen6x / nitrogen6x.c
index 8e29fd0095c10276018c543a09831e49466d688b..92a7a2fc6e67518e409d8587a3ce10d603167233 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <env.h>
 #include <init.h>
 #include <net.h>
@@ -988,7 +989,7 @@ static int read_keys(char *buf)
        return numpressed;
 }
 
-static int do_kbd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_kbd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        char envvalue[ARRAY_SIZE(buttons)+1];
        int numpressed = read_keys(envvalue);