command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / virtio.c
index f38cc56598caebaf4568c066c1767d9c7a8a101f..3dace5344f7ee604db9bbc782ff915cfcb69a515 100644 (file)
@@ -13,7 +13,8 @@
 
 static int virtio_curr_dev;
 
-static int do_virtio(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_virtio(struct cmd_tbl *cmdtp, int flag, int argc,
+                    char *const argv[])
 {
        if (argc == 2 && !strcmp(argv[1], "scan")) {
                /* make sure all virtio devices are enumerated */