Re: [mtd] allow modular mtdsuper

2007-09-04 Thread Satyam Sharma
Hi Jason, On Tue, 4 Sep 2007, Jason Lunz wrote: > > Declare mtdsuper to be gpl-licensed so it can access get_mtd_device and > put_mtd_device when loaded as a module. The actual issue was a bit different -- refer commit bec494775600b1cd in latest -git (patch included below). David, it looks

[mtd] allow modular mtdsuper

2007-09-04 Thread Jason Lunz
Declare mtdsuper to be gpl-licensed so it can access get_mtd_device and put_mtd_device when loaded as a module. Signed-off-by: Jason Lunz <[EMAIL PROTECTED]> --- drivers/mtd/mtdsuper.c |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.22.6-uml/drivers/mtd/mtdsuper.c

[mtd] allow modular mtdsuper

2007-09-04 Thread Jason Lunz
Declare mtdsuper to be gpl-licensed so it can access get_mtd_device and put_mtd_device when loaded as a module. Signed-off-by: Jason Lunz [EMAIL PROTECTED] --- drivers/mtd/mtdsuper.c |1 + 1 file changed, 1 insertion(+) Index: linux-2.6.22.6-uml/drivers/mtd/mtdsuper.c

Re: [mtd] allow modular mtdsuper

2007-09-04 Thread Satyam Sharma
Hi Jason, On Tue, 4 Sep 2007, Jason Lunz wrote: Declare mtdsuper to be gpl-licensed so it can access get_mtd_device and put_mtd_device when loaded as a module. The actual issue was a bit different -- refer commit bec494775600b1cd in latest -git (patch included below). David, it looks like