瀏覽代碼

[MTD] Fix capitalisation in export of old doc2001.c initfunc

Oops. Stupid StudlyCaps. Again.

This driver is doubly-deprecated because is was subsumed into doc2000.c
and _also_ we want people to start using the new NAND wrapper for these
devices anyway. But ISTR there was still one person using it because
something didn't work for them. Must chase that up and then I can kill
this.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
David Woodhouse 19 年之前
父節點
當前提交
f0ad11d060
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mtd/devices/doc2001.c

+ 1 - 1
drivers/mtd/devices/doc2001.c

@@ -394,7 +394,7 @@ void DoCMil_init(struct mtd_info *mtd)
 		return;
 		return;
 	}
 	}
 }
 }
-EXPORT_SYMBOL_GPL(DocMil_init);
+EXPORT_SYMBOL_GPL(DoCMil_init);
 
 
 static int doc_read (struct mtd_info *mtd, loff_t from, size_t len,
 static int doc_read (struct mtd_info *mtd, loff_t from, size_t len,
 		     size_t *retlen, u_char *buf)
 		     size_t *retlen, u_char *buf)