diff mbox series

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

Message ID 20200226062626.23869-1-xypron.glpk@gmx.de
State Accepted
Commit fd0e30b43b6b2401e68dc32c357869c617d4fdd1
Delegated to: Tom Rini
Headers show
Series [1/1] cmd: fat: remove unused includes | expand

Commit Message

Heinrich Schuchardt Feb. 26, 2020, 6:26 a.m. UTC
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(-)

--
2.25.0

Comments

Simon Glass Feb. 26, 2020, 3:33 p.m. UTC | #1
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>
Tom Rini April 21, 2020, 12:26 p.m. UTC | #2
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!
diff mbox series

Patch

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>