mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-06 06:45:10 -05:00
bareudp: add module alias
In the current bareudp code, there is no module alias. So, RTNL couldn't load bareudp module automatically. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
31de3f562f
commit
eea45da403
@@ -801,6 +801,7 @@ static void __exit bareudp_cleanup_module(void)
|
||||
}
|
||||
module_exit(bareudp_cleanup_module);
|
||||
|
||||
MODULE_ALIAS_RTNL_LINK("bareudp");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Martin Varghese <martin.varghese@nokia.com>");
|
||||
MODULE_DESCRIPTION("Interface driver for UDP encapsulated traffic");
|
||||
|
||||
Reference in New Issue
Block a user