diff options
Diffstat (limited to 'net/ieee802154/6lowpan_iphc.c')
-rw-r--r-- | net/ieee802154/6lowpan_iphc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ieee802154/6lowpan_iphc.c b/net/ieee802154/6lowpan_iphc.c index 860aa2d445ba..211b5686d719 100644 --- a/net/ieee802154/6lowpan_iphc.c +++ b/net/ieee802154/6lowpan_iphc.c | |||
@@ -54,11 +54,10 @@ | |||
54 | #include <linux/if_arp.h> | 54 | #include <linux/if_arp.h> |
55 | #include <linux/module.h> | 55 | #include <linux/module.h> |
56 | #include <linux/netdevice.h> | 56 | #include <linux/netdevice.h> |
57 | #include <net/6lowpan.h> | ||
57 | #include <net/ipv6.h> | 58 | #include <net/ipv6.h> |
58 | #include <net/af_ieee802154.h> | 59 | #include <net/af_ieee802154.h> |
59 | 60 | ||
60 | #include "6lowpan.h" | ||
61 | |||
62 | /* | 61 | /* |
63 | * Uncompress address function for source and | 62 | * Uncompress address function for source and |
64 | * destination address(non-multicast). | 63 | * destination address(non-multicast). |