Commit b04ecae3 authored by David Woodhouse's avatar David Woodhouse

[MTD] Fix capitalisation in export of DiskOnChip Millennium initfunc

Stupid StudlyCaps. Who did that?
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 83ea4ef2
...@@ -517,7 +517,7 @@ void DoCMilPlus_init(struct mtd_info *mtd) ...@@ -517,7 +517,7 @@ void DoCMilPlus_init(struct mtd_info *mtd)
return; return;
} }
} }
EXPORT_SYMBOL_GPL(DocMilPlus_init); EXPORT_SYMBOL_GPL(DoCMilPlus_init);
#if 0 #if 0
static int doc_dumpblk(struct mtd_info *mtd, loff_t from) static int doc_dumpblk(struct mtd_info *mtd, loff_t from)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment