Commit 0fbdbfab authored by Brian Gerst's avatar Brian Gerst Committed by Linus Torvalds

[PATCH] lp.c module alias

Trivial patch to use MODULE_ALIAS_CHARDEV_MAJOR macro.
parent 9a22c80d
......@@ -965,5 +965,5 @@ __setup("lp=", lp_setup);
module_init(lp_init_module);
module_exit(lp_cleanup_module);
MODULE_ALIAS("char-major-" __stringify(LP_MAJOR));
MODULE_ALIAS_CHARDEV_MAJOR(LP_MAJOR);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment