Skip to content

Commit

Permalink
6lowpan: remove ipv6 module request
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Stefan Schmidt <[email protected]>
Signed-off-by: Alexander Aring <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Alexander Aring authored and davem330 committed Jun 16, 2016
1 parent 2ad3ed5 commit 848484c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/6lowpan/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 848484c

Please sign in to comment.