mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -04:00
"static" from "do_fat_read" removed
This commit is contained in:
parent
cd42deebd2
commit
20cc00ddac
@ -718,7 +718,7 @@ read_bootsectandvi(boot_sector *bs, volume_info *volinfo, int *fatsize)
|
|||||||
|
|
||||||
|
|
||||||
__u8 do_fat_read_block[MAX_CLUSTSIZE]; /* Block buffer */
|
__u8 do_fat_read_block[MAX_CLUSTSIZE]; /* Block buffer */
|
||||||
static long
|
long
|
||||||
do_fat_read (const char *filename, void *buffer, unsigned long maxsize,
|
do_fat_read (const char *filename, void *buffer, unsigned long maxsize,
|
||||||
int dols)
|
int dols)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user