From 667eb4b6e81e037515ee34260db37a052ab851f8 Mon Sep 17 00:00:00 2001 From: Jean Sacren Date: Sat, 5 Apr 2014 00:29:01 -0600 Subject: [PATCH] mac802154: fix duplicate #include headers The commit 949770ce05a9 ("mac802154: use header operations to create/parse headers") included the header net/ieee802154_netdev.h which had been included by the commit 4a51bc05f736 ("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 Cc: Alexander Smirnov Cc: Dmitry Eremin-Solenikov Cc: Phoebe Buckheister Cc: linux-zigbee-devel@lists.sourceforge.net Signed-off-by: David S. Miller --- net/mac802154/mib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/mac802154/mib.c b/net/mac802154/mib.c index 153bd1ddbfbba..f0991f2344d40 100644 --- a/net/mac802154/mib.c +++ b/net/mac802154/mib.c @@ -26,7 +26,6 @@ #include #include #include -#include #include "mac802154.h" -- 2.39.5