aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2014-04-05 00:29:01 -0600
committerDavid S. Miller <davem@davemloft.net>2014-04-07 13:18:44 -0400
commit6c6a9855560d3cfa93120f2ab07b8ea0110f953d (patch)
treed6b291a59ad36b295e1e8d444b3c06692c33501e /net/mac802154
parentsxgbe: fix duplicate #include headers (diff)
downloadlinux-dev-6c6a9855560d3cfa93120f2ab07b8ea0110f953d.tar.xz
linux-dev-6c6a9855560d3cfa93120f2ab07b8ea0110f953d.zip
mac802154: fix duplicate #include headers
The commit e6278d92005e ("mac802154: use header operations to create/parse headers") included the header net/ieee802154_netdev.h which had been included by the commit b70ab2e87f17 ("ieee802154: enforce consistent endianness in the 802.15.4 stack"). Fix this duplicate #include by deleting the latter one as the required header has already been in place. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Cc: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> Cc: linux-zigbee-devel@lists.sourceforge.net Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac802154')
-rw-r--r--net/mac802154/mib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac802154/mib.c b/net/mac802154/mib.c
index 153bd1ddbfbb..f0991f2344d4 100644
--- a/net/mac802154/mib.c
+++ b/net/mac802154/mib.c
@@ -26,7 +26,6 @@
#include <net/mac802154.h>
#include <net/ieee802154_netdev.h>
#include <net/wpan-phy.h>
-#include <net/ieee802154_netdev.h>
#include "mac802154.h"