aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila/ila_common.c
diff options
context:
space:
mode:
authorRobert Shearman <rshearma@brocade.com>2016-02-19 09:43:18 +0000
committerDavid S. Miller <davem@davemloft.net>2016-02-21 22:00:28 -0500
commit84a8cbe46af0945859a8f61bce6100ddc3d51a51 (patch)
tree93ade52b643d16a04d808dc2547f62ea65f82110 /net/ipv6/ila/ila_common.c
parentmpls: autoload lwt module (diff)
downloadlinux-dev-84a8cbe46af0945859a8f61bce6100ddc3d51a51.tar.xz
linux-dev-84a8cbe46af0945859a8f61bce6100ddc3d51a51.zip
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/ila_common.c')
-rw-r--r--net/ipv6/ila/ila_common.c1
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");