aboutsummaryrefslogtreecommitdiffstats
path: root/net/6lowpan
diff options
context:
space:
mode:
authorAlexander Aring <aar@pengutronix.de>2016-06-15 21:20:18 +0200
committerDavid S. Miller <davem@davemloft.net>2016-06-15 20:41:22 -0700
commit848484c93128eae5b0f879ad1c2d7204c10a8b6a (patch)
tree69ff71e8315334228caf2c1abf2b140793449a2b /net/6lowpan
parent6lowpan: add 802.15.4 short addr slaac (diff)
downloadlinux-dev-848484c93128eae5b0f879ad1c2d7204c10a8b6a.tar.xz
linux-dev-848484c93128eae5b0f879ad1c2d7204c10a8b6a.zip
6lowpan: remove ipv6 module request
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 <hannes@stressinduktion.org> Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com> Signed-off-by: Alexander Aring <aar@pengutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/6lowpan')
-rw-r--r--net/6lowpan/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/6lowpan/core.c b/net/6lowpan/core.c
index 801404ceea23..1c7a42b48524 100644
--- 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");