[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1394026145-18981-1-git-send-email-alex.aring@gmail.com>
Date: Wed, 5 Mar 2014 14:29:03 +0100
From: Alexander Aring <alex.aring@...il.com>
To: marcel@...tmann.org
Cc: gustavo@...ovan.org, johan.hedberg@...il.com, davem@...emloft.net,
alex.bluesman.smirnov@...il.com, dbaryshkov@...il.com,
linux-bluetooth@...r.kernel.org, netdev@...r.kernel.org,
Alexander Aring <alex.aring@...il.com>
Subject: [PATCH net-next 0/2] 6lowpan: header cleanup
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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists