summaryrefslogtreecommitdiffstats
path: root/fs/fat
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 17:57:26 +0000
committerstroese <stroese>2004-12-16 17:57:26 +0000
commit20cc00ddac48da45d6b4d6eb3c292867b618b361 (patch)
treecf9c60a496e5de17435fdf2e681945d01bbfe67f /fs/fat
parentcd42deebd2d27dbefd91b757c852901351992e5a (diff)
downloadblackbird-obmc-uboot-20cc00ddac48da45d6b4d6eb3c292867b618b361.tar.gz
blackbird-obmc-uboot-20cc00ddac48da45d6b4d6eb3c292867b618b361.zip
"static" from "do_fat_read" removed
Diffstat (limited to 'fs/fat')
-rw-r--r--fs/fat/fat.c2
1 files changed, 1 insertions, 1 deletions
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)
{
OpenPOWER on IntegriCloud