]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '6lowpan'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 22:21:43 +0000 (17:21 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2014 22:21:43 +0000 (17:21 -0500)
commit825aa08bd9bccc4e605fc5dba088b4b99719b80a
treecbbc0d5bf1c7c0f7cdf7e5d29b519c32217725be
parentd5429c532d69f56dc0fa93a573f58c112d444122
parent938e7a458895f57340fba2d38153f0f884d47904
Merge branch '6lowpan'

Alexander Aring says:

====================
6lowpan: header cleanup

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>.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>