[PATCH 1/1] cmd: fat: remove unused includes

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Feb 26 07:26:26 CET 2020


Remove unused includes from cmd/fat.c.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 cmd/fat.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/cmd/fat.c b/cmd/fat.c
index 50df127f6d..abce2f1e0c 100644
--- a/cmd/fat.c
+++ b/cmd/fat.c
@@ -8,13 +8,7 @@
  * Boot support
  */
 #include <common.h>
-#include <command.h>
-#include <s_record.h>
-#include <net.h>
-#include <ata.h>
-#include <asm/io.h>
 #include <mapmem.h>
-#include <part.h>
 #include <fat.h>
 #include <fs.h>

--
2.25.0



More information about the U-Boot mailing list