X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=fs%2Ffdos%2Ffat.c;h=5707c1952cbd90dc5cd96edbac231ebcaf3544ab;hb=7e1afb62a7e68843248b9a76a265c9193e716768;hp=2ef2371e17f19c29df4e3fb92105811437ab4fb8;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=oweals%2Fu-boot.git diff --git a/fs/fdos/fat.c b/fs/fdos/fat.c index 2ef2371e17..5707c1952c 100644 --- a/fs/fdos/fat.c +++ b/fs/fdos/fat.c @@ -26,8 +26,6 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_FDOS) - #include "dos.h" #include "fdos.h" @@ -138,5 +136,3 @@ int read_fat (BootSector_t *boot, Fs_t *fs) } return (0); } - -#endif