diff options
author | Alexander Aring <aar@pengutronix.de> | 2016-06-15 21:20:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-15 20:41:22 -0700 |
commit | 848484c93128eae5b0f879ad1c2d7204c10a8b6a (patch) | |
tree | 69ff71e8315334228caf2c1abf2b140793449a2b /net/6lowpan | |
parent | 2ad3ed59198c5404c34515cfcfd9a2b3c54d964f (diff) | |
download | linux-848484c93128eae5b0f879ad1c2d7204c10a8b6a.tar.bz2 |
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.c | 2 |
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"); |