diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-02-26 07:26:26 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-17 12:32:36 -0400 |
commit | fd0e30b43b6b2401e68dc32c357869c617d4fdd1 (patch) | |
tree | 02648a72640e58d2a9e4231cff055a859e47b3e3 | |
parent | 25a1b5efb36179d141996c568186148a8c30f12d (diff) | |
download | u-boot-fd0e30b43b6b2401e68dc32c357869c617d4fdd1.zip u-boot-fd0e30b43b6b2401e68dc32c357869c617d4fdd1.tar.gz u-boot-fd0e30b43b6b2401e68dc32c357869c617d4fdd1.tar.bz2 |
cmd: fat: remove unused includes
Remove unused includes from cmd/fat.c.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | cmd/fat.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |