X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Ffdos%2Fvfat.c;h=9f357a62122ddab3138f26988540cb93cc7ba7d2;hb=b9d74b48107d139333322288f9c1c4989f5d7659;hp=0e7883b0ab370f529f4a0246ad318f1442df1e71;hpb=f2c2a937d8c4a44f63ff88bf82023e03a29497a2;p=u-boot 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