浏览代码

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>
Jean Sacren 11 年之前
父节点
当前提交
6c6a985556
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/mac802154/mib.c

+ 0 - 1
net/mac802154/mib.c

@@ -26,7 +26,6 @@
 #include <net/mac802154.h>
 #include <net/mac802154.h>
 #include <net/ieee802154_netdev.h>
 #include <net/ieee802154_netdev.h>
 #include <net/wpan-phy.h>
 #include <net/wpan-phy.h>
-#include <net/ieee802154_netdev.h>
 
 
 #include "mac802154.h"
 #include "mac802154.h"