mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
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: Robert Shearman <rshearma@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b2b04edceb
commit
84a8cbe46a
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user