Skip to content

Commit

Permalink
ila: autoload module
Browse files Browse the repository at this point in the history
Avoid users having to manually load the module by adding a module
alias allowing it to be autoloaded by the lwt infra.

Signed-off-by: Robert Shearman <rshearma@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Robert Shearman authored and David S. Miller committed Feb 22, 2016
1 parent b2b04ed commit 84a8cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/ila/ila_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ static void __exit ila_fini(void)

module_init(ila_init);
module_exit(ila_fini);
MODULE_ALIAS_RTNL_LWT(ILA);
MODULE_AUTHOR("Tom Herbert <tom@herbertland.com>");
MODULE_LICENSE("GPL");

0 comments on commit 84a8cbe

Please sign in to comment.