Skip to content
Snippets Groups Projects
Commit 7fc0ac05 authored by Finn Thain's avatar Finn Thain Committed by Greg Kroah-Hartman
Browse files

char/nvram: Add "devname:nvram" module alias

parent d3b41b6b
No related branches found
No related tags found
No related merge requests found
...@@ -503,3 +503,4 @@ module_exit(nvram_module_exit); ...@@ -503,3 +503,4 @@ module_exit(nvram_module_exit);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(NVRAM_MINOR); MODULE_ALIAS_MISCDEV(NVRAM_MINOR);
MODULE_ALIAS("devname:nvram");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment