X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=fs%2Ffdos%2Ffat.c;h=5707c1952cbd90dc5cd96edbac231ebcaf3544ab;hb=7e1afb62a7e68843248b9a76a265c9193e716768;hp=2e2d2b8cefb0ee0ad48a2ce7982dc2afaa326548;hpb=d61ea14885631e58a25feaa81ee82eb464c62d6a;p=oweals%2Fu-boot.git 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 #include -#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