OSDN Git Service

6lowpan: remove ipv6 module request
authorAlexander Aring <aar@pengutronix.de>
Wed, 15 Jun 2016 19:20:18 +0000 (21:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
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 <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>
net/6lowpan/core.c

index 801404c..1c7a42b 100644 (file)
@@ -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");