From: David Woodhouse Date: Fri, 12 May 2006 10:40:13 +0000 (+0100) Subject: [MTD] Fix capitalisation in export of old doc2001.c initfunc X-Git-Tag: v2.6.18-rc1~1105^2~132 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0ad11d060c7acf727ead8339432bdd2bfd7f868;p=karo-tx-linux.git [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 Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/devices/doc2001.c b/drivers/mtd/devices/doc2001.c index 18b536ca8546..1670eb8b9755 100644 --- a/drivers/mtd/devices/doc2001.c +++ b/drivers/mtd/devices/doc2001.c @@ -394,7 +394,7 @@ void DoCMil_init(struct mtd_info *mtd) 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, size_t *retlen, u_char *buf)