diff options
author | Robert Shearman <rshearma@brocade.com> | 2016-02-19 09:43:18 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-02-21 22:00:28 -0500 |
commit | 84a8cbe46af0945859a8f61bce6100ddc3d51a51 (patch) | |
tree | 93ade52b643d16a04d808dc2547f62ea65f82110 /net/ipv6/ila | |
parent | b2b04edceb7cc3c3023fea7d4ccc7dd243e839a9 (diff) | |
download | linux-84a8cbe46af0945859a8f61bce6100ddc3d51a51.tar.bz2 |
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>
Diffstat (limited to 'net/ipv6/ila')
-rw-r--r-- | net/ipv6/ila/ila_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/ila/ila_common.c b/net/ipv6/ila/ila_common.c index 32dc9aab7297..30613050e4ca 100644 --- a/net/ipv6/ila/ila_common.c +++ b/net/ipv6/ila/ila_common.c @@ -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"); |