aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-05-12 11:40:13 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-05-12 11:40:13 +0100
commitf0ad11d060c7acf727ead8339432bdd2bfd7f868 (patch)
treea9136db2309cfa33ae2389f2ad8e0487e8132acf /drivers
parent179fdc3f8dec5757ddbebd95a1b493d65fa08671 (diff)
[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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/devices/doc2001.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/doc2001.c b/drivers/mtd/devices/doc2001.c
index 18b536ca854..1670eb8b975 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)