diff options
Diffstat (limited to 'fs/fdos/fs.c')
-rw-r--r-- | fs/fdos/fs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/fdos/fs.c b/fs/fdos/fs.c index aded670..5acf123 100644 --- a/fs/fdos/fs.c +++ b/fs/fdos/fs.c @@ -26,8 +26,6 @@ #include <config.h> #include <malloc.h> -#if defined(CONFIG_CMD_FDOS) - #include "dos.h" #include "fdos.h" @@ -114,5 +112,3 @@ int fs_init (Fs_t *fs) free (boot); return (0); } - -#endif |