Give a name to the nandemul2k MTD device.
[yaffs2.git] / mtdemul / nandemul2k.c
index ecc96c8e7900ae6aa0fc180debf7694eb956d74e..f3c1c9a853c2377f4e5476d4c493ed4fe0cc1e40 100644 (file)
@@ -597,7 +597,7 @@ static void nand_sync (struct mtd_info *mtd)
 /*
  * Scan for the NAND device
  */
 /*
  * 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;
 {
        mtd->oobblock = PAGE_DATA_SIZE;
        mtd->oobsize =  PAGE_SPARE_SIZE;
@@ -630,6 +630,8 @@ int nand_scan (struct mtd_info *mtd,int nchips)
        mtd->suspend = NULL;
        mtd->resume = NULL;
 
        mtd->suspend = NULL;
        mtd->resume = NULL;
 
+       mtd->name = "NANDemul2k";
+
        /* Return happy */
        return 0;
 }
        /* Return happy */
        return 0;
 }
@@ -665,7 +667,7 @@ int __init nandemul2k_init (void)
        
        CheckInit();
 
        
        CheckInit();
 
-       nand_scan(&nandemul2k_mtd,1);
+       nandemul2k_scan(&nandemul2k_mtd,1);
 
        // Build the partition table
 
 
        // Build the partition table