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

Remove unused includes from cmd/fat.c.
Signed-off-by: Heinrich Schuchardt xypron.glpk@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

On Tue, 25 Feb 2020 at 22:26, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Remove unused includes from cmd/fat.c.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
cmd/fat.c | 6 ------ 1 file changed, 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Wed, Feb 26, 2020 at 07:26:26AM +0100, Heinrich Schuchardt wrote:
Remove unused includes from cmd/fat.c.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
participants (3)
-
Heinrich Schuchardt
-
Simon Glass
-
Tom Rini