aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/6lowpan.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-03-05 14:29:05 +0100
committerDavid S. Miller <davem@davemloft.net>2014-03-06 17:21:38 -0500
commitcefc8c8a7c9e4867c45407f7f9a44fe80c5ea58a (patch)
treecbbc0d5bf1c7c0f7cdf7e5d29b519c32217725be /net/bluetooth/6lowpan.c
parent6lowpan: add missing include of net/ipv6.h (diff)
downloadlinux-dev-cefc8c8a7c9e4867c45407f7f9a44fe80c5ea58a.tar.xz
linux-dev-cefc8c8a7c9e4867c45407f7f9a44fe80c5ea58a.zip
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/bluetooth/6lowpan.c')
-rw-r--r--net/bluetooth/6lowpan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c
index adb3ea04adaa..73492b91105a 100644
--- a/net/bluetooth/6lowpan.c
+++ b/net/bluetooth/6lowpan.c
@@ -27,7 +27,7 @@
#include "6lowpan.h"
-#include "../ieee802154/6lowpan.h" /* for the compression support */
+#include <net/6lowpan.h> /* for the compression support */
#define IFACE_NAME_TEMPLATE "bt%d"
#define EUI64_ADDR_LEN 8