Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84a8cbe4 authored by Robert Shearman's avatar Robert Shearman Committed by David S. Miller
Browse files

ila: autoload module



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: default avatarRobert Shearman <rshearma@brocade.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b2b04edc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");