diff options
-rw-r--r-- | net/6lowpan/iphc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/6lowpan/iphc.c b/net/6lowpan/iphc.c index 94a375c04f21..9055d7b9d112 100644 --- a/net/6lowpan/iphc.c +++ b/net/6lowpan/iphc.c | |||
@@ -613,6 +613,8 @@ EXPORT_SYMBOL_GPL(lowpan_header_compress); | |||
613 | 613 | ||
614 | static int __init lowpan_module_init(void) | 614 | static int __init lowpan_module_init(void) |
615 | { | 615 | { |
616 | request_module_nowait("ipv6"); | ||
617 | |||
616 | request_module_nowait("nhc_dest"); | 618 | request_module_nowait("nhc_dest"); |
617 | request_module_nowait("nhc_fragment"); | 619 | request_module_nowait("nhc_fragment"); |
618 | request_module_nowait("nhc_hop"); | 620 | request_module_nowait("nhc_hop"); |