Re: [PATCHv2 bluetooth-next 03/10] 6lowpan: remove ipv6 module request

2016-05-03 Thread Stefan Schmidt
Hello. On 20/04/16 10:19, Alexander Aring wrote: Since we use exported function from ipv6 kernel module we don't need to request the module anymore to have ipv6 functionality. Signed-off-by: Alexander Aring --- net/6lowpan/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/6lowp

Re: [PATCHv2 bluetooth-next 03/10] 6lowpan: remove ipv6 module request

2016-05-02 Thread Hannes Frederic Sowa
On 20.04.2016 10:19, Alexander Aring wrote: > Since we use exported function from ipv6 kernel module we don't need to > request the module anymore to have ipv6 functionality. > > Signed-off-by: Alexander Aring Acked-by: Hannes Frederic Sowa

[PATCHv2 bluetooth-next 03/10] 6lowpan: remove ipv6 module request

2016-04-20 Thread Alexander Aring
Since we use exported function from ipv6 kernel module we don't need to request the module anymore to have ipv6 functionality. Signed-off-by: Alexander Aring --- net/6lowpan/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/6lowpan/core.c b/net/6lowpan/core.c index fbae31e..824d1bc