mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00: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:
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");
|
||||
|
Loading…
Reference in New Issue
Block a user