projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ad3ed5
)
6lowpan: remove ipv6 module request
author
Alexander Aring
<
[email protected]
>
Wed, 15 Jun 2016 19:20:18 +0000
(21:20 +0200)
committer
David S. Miller
<
[email protected]
>
Thu, 16 Jun 2016 03:41:22 +0000
(20:41 -0700)
Since we use exported function from ipv6 kernel module we don't need to
request the module anymore to have ipv6 functionality.
Acked-by: Hannes Frederic Sowa <
[email protected]
>
Reviewed-by: Stefan Schmidt <
[email protected]
>
Signed-off-by: Alexander Aring <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/6lowpan/core.c
patch
|
blob
|
history
diff --git
a/net/6lowpan/core.c
b/net/6lowpan/core.c
index 801404ceea23e076e72e06f1075517d236cec9fe..1c7a42b4852404c79af475bb8240b30d97302793 100644
(file)
--- a/
net/6lowpan/core.c
+++ b/
net/6lowpan/core.c
@@
-158,8
+158,6
@@
static int __init lowpan_module_init(void)
return ret;
}
- request_module_nowait("ipv6");
-
request_module_nowait("nhc_dest");
request_module_nowait("nhc_fragment");
request_module_nowait("nhc_hop");