[MTD] Auto-load nftl module when device opened.

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Mar 20 14:59:32 EDT 2009


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=e7f521636a2d6b1a012f98f6ec16898c5d6f1543
Commit:     e7f521636a2d6b1a012f98f6ec16898c5d6f1543
Parent:     90160e13b0bfe82d8bfe83541e3aa3961fdeed25
Author:     Scott James Remnant <scott at canonical.com>
AuthorDate: Mon Mar 2 17:43:04 2009 +0000
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Mar 20 18:34:00 2009 +0000

    [MTD] Auto-load nftl module when device opened.
    
    The nftl module is missing the block-major-93-* alias that would cause
    it to be auto-loaded when a nftl of that type is opened.  This patch
    adds the alias.
    
    Signed-off-by: Scott James Remnant <scott at canonical.com>
    Signed-off-by: Tim Gardner <tim.gardner at canonical.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/nftlcore.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nftlcore.c b/drivers/mtd/nftlcore.c
index f5bcd49..e3f8495 100644
--- a/drivers/mtd/nftlcore.c
+++ b/drivers/mtd/nftlcore.c
@@ -19,6 +19,7 @@
 #include <linux/slab.h>
 #include <linux/init.h>
 #include <linux/hdreg.h>
+#include <linux/blkdev.h>
 
 #include <linux/kmod.h>
 #include <linux/mtd/mtd.h>
@@ -817,3 +818,4 @@ module_exit(cleanup_nftl);
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("David Woodhouse <dwmw2 at infradead.org>, Fabrice Bellard <fabrice.bellard at netgem.com> et al.");
 MODULE_DESCRIPTION("Support code for NAND Flash Translation Layer, used on M-Systems DiskOnChip 2000 and Millennium");
+MODULE_ALIAS_BLOCKDEV_MAJOR(NFTL_MAJOR);



More information about the linux-mtd-cvs mailing list