From: Luis R. Rodriguez Date: Sat, 29 Mar 2014 22:20:57 +0000 (+0000) Subject: backports: add include/net/6lowpan.h to copy-list X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=250c5d2e5bbedb7b8beed78ed159ad60facbb20c;p=openwrt%2Fstaging%2Fblogic.git backports: add include/net/6lowpan.h to copy-list 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 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 Signed-off-by: David S. Miller Cc: Alexander Aring Cc: Alexander Smirnov Cc: Dmitry Eremin-Solenikov Cc: linux-zigbee-devel@lists.sourceforge.net Signed-off-by: Luis R. Rodriguez --- diff --git a/copy-list b/copy-list index bec17a57be31..ceb80ba4bd5f 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