X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Ffdos%2Fsubdir.c;h=831437a5af3feedbd6d3d9f255b024700e3be801;hb=8603b69b8b04e3e34f8744b396c62833b78fd7c1;hp=497f554f915c3ef572b16f2507ea0bced54ba360;hpb=b8685affe614ccf5f4ec66252b30e2e524d18948;p=u-boot diff --git a/fs/fdos/subdir.c b/fs/fdos/subdir.c index 497f554f91..831437a5af 100644 --- a/fs/fdos/subdir.c +++ b/fs/fdos/subdir.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * * See file CREDITS for list of people who contributed to this @@ -26,8 +26,6 @@ #include #include -#if defined(CONFIG_CMD_FDOS) - #include "dos.h" #include "fdos.h" @@ -345,4 +343,3 @@ int read_file (Fs_t *fs, } return (read); } -#endif