Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755495AbXIDWWL (ORCPT ); Tue, 4 Sep 2007 18:22:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753470AbXIDWV5 (ORCPT ); Tue, 4 Sep 2007 18:21:57 -0400 Received: from li6-103.members.linode.com ([66.160.141.103]:2234 "EHLO smtp.falooley.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753398AbXIDWV4 (ORCPT ); Tue, 4 Sep 2007 18:21:56 -0400 Date: Tue, 4 Sep 2007 15:21:54 -0700 From: Jason Lunz To: David Woodhouse Cc: lkml Subject: [mtd] allow modular mtdsuper Message-ID: <20070904222154.GA12804@falooley.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 28 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 --- drivers/mtd/mtdsuper.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.22.6-uml/drivers/mtd/mtdsuper.c =================================================================== --- linux-2.6.22.6-uml.orig/drivers/mtd/mtdsuper.c +++ linux-2.6.22.6-uml/drivers/mtd/mtdsuper.c @@ -14,6 +14,8 @@ #include #include +MODULE_LICENSE("GPL"); + /* * compare superblocks to see if they're equivalent * - they are if the underlying MTD device is the same - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/