diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-10 11:16:13 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-10 11:16:13 -0400 |
commit | b04ecae3d62edea2af49fd40ab12435b5ad8a492 (patch) | |
tree | 19c6589239372df3445c5944c7c7ea6899088a19 /drivers | |
parent | 83ea4ef213628683e5a63f2987a91044ab868051 (diff) |
[MTD] Fix capitalisation in export of DiskOnChip Millennium initfunc
Stupid StudlyCaps. Who did that?
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mtd/devices/doc2001plus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/doc2001plus.c b/drivers/mtd/devices/doc2001plus.c index c80a0efa3f35..0dc5d108f7b5 100644 --- a/drivers/mtd/devices/doc2001plus.c +++ b/drivers/mtd/devices/doc2001plus.c | |||
@@ -517,7 +517,7 @@ void DoCMilPlus_init(struct mtd_info *mtd) | |||
517 | return; | 517 | return; |
518 | } | 518 | } |
519 | } | 519 | } |
520 | EXPORT_SYMBOL_GPL(DocMilPlus_init); | 520 | EXPORT_SYMBOL_GPL(DoCMilPlus_init); |
521 | 521 | ||
522 | #if 0 | 522 | #if 0 |
523 | static int doc_dumpblk(struct mtd_info *mtd, loff_t from) | 523 | static int doc_dumpblk(struct mtd_info *mtd, loff_t from) |