[MTD] Fix capitalisation in export of DiskOnChip Millennium initfunc
Stupid StudlyCaps. Who did that? Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
83ea4ef213
commit
b04ecae3d6
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ void DoCMilPlus_init(struct mtd_info *mtd)
|
|||
return;
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(DocMilPlus_init);
|
||||
EXPORT_SYMBOL_GPL(DoCMilPlus_init);
|
||||
|
||||
#if 0
|
||||
static int doc_dumpblk(struct mtd_info *mtd, loff_t from)
|
||||
|
|
Loading…
Reference in a new issue