]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/fdos/fat.c
fs: Move conditional compilation to Makefile
[karo-tx-uboot.git] / fs / fdos / fat.c
index 2e2d2b8cefb0ee0ad48a2ce7982dc2afaa326548..5707c1952cbd90dc5cd96edbac231ebcaf3544ab 100644 (file)
@@ -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