projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b04ed
)
ila: autoload module
author
Robert Shearman
<rshearma@brocade.com>
Fri, 19 Feb 2016 09:43:18 +0000
(09:43 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Feb 2016 03:00:28 +0000
(22:00 -0500)
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>
net/ipv6/ila/ila_common.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/ila/ila_common.c
b/net/ipv6/ila/ila_common.c
index 32dc9aab7297bfb2e08383a28fd6636f41ccb2f2..30613050e4cab01bf26d090bcc4765e96f2a097a 100644
(file)
--- 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");