[PATCH] mtd: unify mtd partition/device registration
Mike Frysinger
vapier at gentoo.org
Sun Nov 16 12:55:17 EST 2008
On Sunday 16 November 2008 12:34:54 Jörn Engel wrote:
> On Wed, 12 November 2008 18:38:53 -0500, Mike Frysinger wrote:
> > Rather than having every map/mtd driver doing the same sequence of
> > registering partitions and/or devices, implement common parse_mtd().
>
> I just added partitioning support to block2mtd. Looks like I might
> rethink the patch. :)
>
> > @@ -292,6 +292,43 @@ void put_mtd_device(struct mtd_info *mtd)
> > module_put(mtd->owner);
> > }
> >
> > +#include <linux/mtd/partitions.h>
>
> #include in the middle of the code?
maybe i'll stick a comment above it ... the reason was to be proactive in
preventing mtd partitioning code bleeding into the core. maybe i'm just
paranoid.
-mike
More information about the linux-mtd
mailing list