summaryrefslogtreecommitdiffstats
path: root/fs/fdos/fat.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fdos/fat.c')
-rw-r--r--fs/fdos/fat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/fdos/fat.c b/fs/fdos/fat.c
index 2e2d2b8cef..5707c1952c 100644
--- a/fs/fdos/fat.c
+++ b/fs/fdos/fat.c
@@ -26,8 +26,6 @@
#include <config.h>
#include <malloc.h>
-#if defined(CONFIG_CMD_FDOS)
-
#include "dos.h"
#include "fdos.h"
@@ -138,5 +136,3 @@ int read_fat (BootSector_t *boot, Fs_t *fs)
}
return (0);
}
-
-#endif
OpenPOWER on IntegriCloud