From: stroese Date: Thu, 16 Dec 2004 17:57:26 +0000 (+0000) Subject: "static" from "do_fat_read" removed X-Git-Tag: LABEL_2006_03_12_0025~431 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20cc00ddac48da45d6b4d6eb3c292867b618b361;p=u-boot "static" from "do_fat_read" removed --- diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 9c13825dd3..7f991b25de 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -718,7 +718,7 @@ read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize) __u8 do_fat_read_block[MAX_CLUSTSIZE]; /* Block buffer */ -static long +long do_fat_read (const char *filename, void *buffer, unsigned long maxsize, int dols) {