summaryrefslogtreecommitdiff
path: root/net/ieee802154/reassembly.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-03-05 17:29:05 +0400
committerDavid S. Miller <davem@davemloft.net>2014-03-07 02:21:38 +0400
commitcefc8c8a7c9e4867c45407f7f9a44fe80c5ea58a (patch)
treecbbc0d5bf1c7c0f7cdf7e5d29b519c32217725be /net/ieee802154/reassembly.c
parent91c69227452f6cdf3759a8af624de1f81565d5bd (diff)
downloadlinux-cefc8c8a7c9e4867c45407f7f9a44fe80c5ea58a.tar.xz
6lowpan: move 6lowpan header to include/net
This header is used by bluetooth and ieee802154 branch. This patch move this header to the include/net directory to avoid a use of a relative path in include. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ieee802154/reassembly.c')
-rw-r--r--net/ieee802154/reassembly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/reassembly.c b/net/ieee802154/reassembly.c
index 4511fc22ef16..1cc2336eb52c 100644
--- a/net/ieee802154/reassembly.c
+++ b/net/ieee802154/reassembly.c
@@ -24,10 +24,10 @@
#include <linux/export.h>
#include <net/ieee802154_netdev.h>
+#include <net/6lowpan.h>
#include <net/ipv6.h>
#include <net/inet_frag.h>
-#include "6lowpan.h"
#include "reassembly.h"
static struct inet_frags lowpan_frags;