X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=fs%2Ffdos%2Ffs.c;h=ac10314432143cb799f77a478d3b7e57978513d9;hb=4fc823ddb43ab26a393da49f356fcad208e7064f;hp=aded6708d1f20cbbce87ba725b5af7c8d61d6c56;hpb=b706d63559aeec352bc72dd86d7d5423c15f6a60;p=u-boot diff --git a/fs/fdos/fs.c b/fs/fdos/fs.c index aded6708d1..ac10314432 100644 --- a/fs/fdos/fs.c +++ b/fs/fdos/fs.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" @@ -114,5 +112,3 @@ int fs_init (Fs_t *fs) free (boot); return (0); } - -#endif