[RFC v3 11/24] char/nvram: Add "devname:nvram" module alias

From: Finn Thain
Date: Sat Jun 27 2015 - 21:54:00 EST


Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>

---
drivers/char/nvram.c | 1 +
1 file changed, 1 insertion(+)

Index: linux/drivers/char/nvram.c
===================================================================
--- linux.orig/drivers/char/nvram.c 2015-06-28 11:41:38.000000000 +1000
+++ linux/drivers/char/nvram.c 2015-06-28 11:41:40.000000000 +1000
@@ -577,3 +577,4 @@ module_exit(nvram_module_exit);

MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(NVRAM_MINOR);
+MODULE_ALIAS("devname:nvram");


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/