From: Alexander Aring Date: Wed, 15 Jun 2016 19:20:18 +0000 (+0200) Subject: 6lowpan: remove ipv6 module request X-Git-Tag: Ubuntu-5.2.0-15.16~8772^2~338^2~9 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=848484c93128eae5b0f879ad1c2d7204c10a8b6a;p=mirror_ubuntu-eoan-kernel.git 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 Reviewed-by: Stefan Schmidt Signed-off-by: Alexander Aring Signed-off-by: David S. Miller --- 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");