command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / usb_gadget_sdp.c
index 2ead06be9f5acf351f2e24e450ecff683167f6d0..1af82e1136656212caa26c327c49dc76e7e70795 100644 (file)
@@ -7,11 +7,12 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <g_dnl.h>
 #include <sdp.h>
 #include <usb.h>
 
-static int do_sdp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_sdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        int ret;