command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / rng.c
index 76367fed94b7a0a67648a3329149dcc4ad39f375..9747c11be460a84f2b3ae57b1ed4d3bebe729a88 100644 (file)
--- a/cmd/rng.c
+++ b/cmd/rng.c
@@ -11,7 +11,7 @@
 #include <malloc.h>
 #include <rng.h>
 
-static int do_rng(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_rng(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        size_t n = 0x40;
        struct udevice *dev;