We backport both the bluetooth and ieee802154 subsystems and commit cefc8c8a7c moved the 6lowpan it out under from net/ieee802154/6lowpan.h to include/net/6lowpan.h as bluetooth now uses it. Since we backport both subsystems just copy the header over.
commit cefc8c8a7c9e4867c45407f7f9a44fe80c5ea58a Author: Alexander Aring <[email protected]> Date: Wed Mar 5 14:29:05 2014 +0100 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 <[email protected]> Signed-off-by: David S. Miller <[email protected]> Cc: Alexander Aring <[email protected]> Cc: Alexander Smirnov <[email protected]> Cc: Dmitry Eremin-Solenikov <[email protected]> Cc: [email protected] Signed-off-by: Luis R. Rodriguez <[email protected]> --- copy-list | 1 + 1 file changed, 1 insertion(+) diff --git a/copy-list b/copy-list index bec17a5..ceb80ba 100644 --- a/copy-list +++ b/copy-list @@ -180,6 +180,7 @@ drivers/media/ include/linux/platform_data/vsp1.h include/linux/platform_data/camera-rcar.h +include/net/6lowpan.h include/net/nl802154.h include/net/mac802154.h include/net/ieee802154.h -- 1.8.5.3 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
