]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - fs/fdos/fdos.c
arm/km: use ARRAY_SIZE macro
[karo-tx-uboot.git] / fs / fdos / fdos.c
index 5be6a960e7ac2352240e28dff1457cd1a3fd4f61..4c556df57a1568e581c98aff96c99ccabc56af2c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
  * Pierre AUBERT  p.aubert@staubli.com
  *
  * See file CREDITS for list of people who contributed to this
@@ -24,9 +24,8 @@
 
 #include <common.h>
 #include <config.h>
-
-#if defined(CONFIG_CMD_FDOS)
 #include <malloc.h>
+
 #include "dos.h"
 #include "fdos.h"
 
@@ -171,5 +170,3 @@ int dos_dir (void)
     free (name);
     return (0);
 }
-
-#endif