command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / cls.c
index f1ce6e8df1ea61410939ad362966369c48b18f51..eab4e6993bbc9f0a2427e692a4428db976c01d4c 100644 (file)
--- a/cmd/cls.c
+++ b/cmd/cls.c
@@ -11,7 +11,7 @@
 #include <lcd.h>
 #include <video.h>
 
-static int do_video_clear(cmd_tbl_t *cmdtp, int flag, int argc,
+static int do_video_clear(struct cmd_tbl *cmdtp, int flag, int argc,
                          char *const argv[])
 {
 #if defined(CONFIG_DM_VIDEO)