]> Git Repo - u-boot.git/blobdiff - cmd/cache.c
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
[u-boot.git] / cmd / cache.c
index 7678615dd83164f968e2af95d0f223226e6bc580..0254ff17f9b242f7e8e63058f90f3529b186e455 100644 (file)
@@ -7,7 +7,6 @@
 /*
  * Cache support: switch on or off, get status
  */
-#include <common.h>
 #include <command.h>
 #include <cpu_func.h>
 #include <linux/compiler.h>
@@ -24,7 +23,8 @@ __weak void noncached_set_region(void)
 {
 }
 
-static int do_icache(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_icache(struct cmd_tbl *cmdtp, int flag, int argc,
+                    char *const argv[])
 {
        switch (argc) {
        case 2:                 /* on / off / flush */
@@ -58,7 +58,8 @@ void __weak flush_dcache_all(void)
        /* please define arch specific flush_dcache_all */
 }
 
-static int do_dcache(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_dcache(struct cmd_tbl *cmdtp, int flag, int argc,
+                    char *const argv[])
 {
        switch (argc) {
        case 2:                 /* on / off / flush */
This page took 0.026644 seconds and 4 git commands to generate.