Hi, this patch series fix a missing include of 6LoWPAN header and move it into the include/net directory. Since we did some code sharing with bluetooth 6LoWPAN the header turns into a generic header for 6LoWPAN. Instead to use a relative path in bluetooth 6LoWPAN we can now use include <net/6lowpan.h>. - Alex Alexander Aring (2): 6lowpan: add missing include of net/ipv6.h 6lowpan: move 6lowpan header to include/net {net/ieee802154 => include/net}/6lowpan.h | 2 ++ net/bluetooth/6lowpan.c | 2 +- net/ieee802154/6lowpan_iphc.c | 3 +-- net/ieee802154/6lowpan_rtnl.c | 2 +- net/ieee802154/reassembly.c | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) rename {net/ieee802154 => include/net}/6lowpan.h (99%) -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html