Message ID | 20200226062626.23869-1-xypron.glpk@gmx.de |
---|---|
State | Accepted |
Commit | fd0e30b43b6b2401e68dc32c357869c617d4fdd1 |
Headers | show |
Series | [1/1] cmd: fat: remove unused includes | expand |
On Tue, 25 Feb 2020 at 22:26, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote: > > 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(-) > Reviewed-by: Simon Glass <sjg at 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 at gmx.de> > Reviewed-by: Simon Glass <sjg at chromium.org> Applied to u-boot/master, thanks!
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>
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(-) -- 2.25.0