X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=fs%2Ffdos%2Fvfat.c;h=9f357a62122ddab3138f26988540cb93cc7ba7d2;hb=7e1afb62a7e68843248b9a76a265c9193e716768;hp=0e7883b0ab370f529f4a0246ad318f1442df1e71;hpb=b23b547597ff2375ad13a9ab04e5257a3ad76c99;p=oweals%2Fu-boot.git diff --git a/fs/fdos/vfat.c b/fs/fdos/vfat.c index 0e7883b0ab..9f357a6212 100644 --- a/fs/fdos/vfat.c +++ b/fs/fdos/vfat.c @@ -24,8 +24,6 @@ #include #include - -#if defined(CONFIG_CMD_FDOS) #include #include "dos.h" @@ -352,6 +350,3 @@ static char *conv_name (char *name, char *ext, char Case, char *ans) } return (ans); } - - -#endif