summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-06-04 02:28:39 -0700
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-06-04 02:28:43 -0700
commit7870f57abd9f0f12188536be93c0064b9eea7c40 (patch)
treedcd2ac65601e6fe5c551869fe06e08e5eaa8fbb7 /fs
parentfb71146868548eab50bf068c62a772edc3d6b275 (diff)
downloadu-boot-odroid-c1-7870f57abd9f0f12188536be93c0064b9eea7c40.tar.gz
Revert "[GXBB] EMMC driver and factory burning update"
This reverts commit 247ae04dd0adec63333e725b37d28a7f20b193e1. Change-Id: Id99c6bc4be2c6d84ad71c460c92ae51d2b8219e0
Diffstat (limited to 'fs')
-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 57af24941a..bccc3e3ed8 100644
--- a/fs/fat/fat.c
+++ b/fs/fat/fat.c
@@ -43,7 +43,7 @@ static disk_partition_t cur_part_info;
#define DOS_FS_TYPE_OFFSET 0x36
#define DOS_FS32_TYPE_OFFSET 0x52
-int disk_read(__u32 block, __u32 nr_blocks, void *buf)
+static int disk_read(__u32 block, __u32 nr_blocks, void *buf)
{
if (!cur_dev || !cur_dev->block_read)
return -1;