phy: atheros: Fix the "qca,clk-out-frequency" example
[oweals/u-boot.git] / cmd / disk.c
index 9e008a388906fec9b5cc54523150e02f53f0e1ea..8060e753ebda7bec8d58c4c67c00e8578998cb26 100644 (file)
@@ -4,12 +4,14 @@
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  */
 #include <common.h>
+#include <bootstage.h>
 #include <command.h>
 #include <cpu_func.h>
 #include <image.h>
+#include <log.h>
 #include <part.h>
 
-int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
+int common_diskboot(struct cmd_tbl *cmdtp, const char *intf, int argc,
                    char *const argv[])
 {
        __maybe_unused int dev;