ppc: Split MPC83xx SERDES code from MPC85xx/MPC86xx/QorIQ
[oweals/u-boot.git] / fs / fdos / vfat.c
index 0e7883b0ab370f529f4a0246ad318f1442df1e71..9f357a62122ddab3138f26988540cb93cc7ba7d2 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <common.h>
 #include <config.h>
-
-#if defined(CONFIG_CMD_FDOS)
 #include <linux/ctype.h>
 
 #include "dos.h"
@@ -352,6 +350,3 @@ static char *conv_name (char *name, char *ext, char Case, char *ans)
     }
     return (ans);
 }
-
-
-#endif