summaryrefslogtreecommitdiff
path: root/mtdemul
diff options
context:
space:
mode:
authorluc <luc>2005-07-29 20:21:28 +0000
committerluc <luc>2005-07-29 20:21:28 +0000
commit546661e4f2674e56e7ebe84a263fe93b6ff1a2db (patch)
treedc8a3a6433310eb1afa9a739c685eb61549b8d98 /mtdemul
parent412a849e17d81802a45dbed775a6461c8c3a72c7 (diff)
Make private the nand_scan() function defined in nandemul2k.c.
It clash with the one from MTD and make it impossible to statically compile this code in the kernel together with MTD (and will also make problems with modules).
Diffstat (limited to 'mtdemul')
-rw-r--r--mtdemul/nandemul2k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mtdemul/nandemul2k.c b/mtdemul/nandemul2k.c
index ecc96c8..15213ab 100644
--- a/mtdemul/nandemul2k.c
+++ b/mtdemul/nandemul2k.c
@@ -597,7 +597,7 @@ static void nand_sync (struct mtd_info *mtd)
/*
* Scan for the NAND device
*/
-int nand_scan (struct mtd_info *mtd,int nchips)
+static int nandemul2k_scan (struct mtd_info *mtd,int nchips)
{
mtd->oobblock = PAGE_DATA_SIZE;
mtd->oobsize = PAGE_SPARE_SIZE;
@@ -665,7 +665,7 @@ int __init nandemul2k_init (void)
CheckInit();
- nand_scan(&nandemul2k_mtd,1);
+ nandemul2k_scan(&nandemul2k_mtd,1);
// Build the partition table