From: Boaz Harrosh <boaz@xxxxxxxxxxxxx> This is customary and will become useful soon with udev and events Signed-off-by: Boaz Harrosh <boaz@xxxxxxxxxxxxx> --- drivers/block/pmem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/block/pmem.c b/drivers/block/pmem.c index 4a9d65e..f63cb31 100644 --- a/drivers/block/pmem.c +++ b/drivers/block/pmem.c @@ -432,5 +430,6 @@ static void __exit pmem_exit(void) MODULE_AUTHOR("Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("pmem"); module_init(pmem_init); module_exit(pmem_exit); -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html