Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b04ecae3 authored by David Woodhouse's avatar David Woodhouse
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)