diff options
Diffstat (limited to 'fs/fat/fat.c')
| -rw-r--r-- | fs/fat/fat.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 2445f1e78..6b3a2742e 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -708,9 +708,6 @@ long  do_fat_read (const char *filename, void *buffer, unsigned long maxsize,  	     int dols)  { -#if CONFIG_NIOS /* NIOS CPU cannot access big automatic arrays */ -    static -#endif      char fnamecopy[2048];      boot_sector bs;      volume_info volinfo; |