lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 5 Apr 2014 00:29:01 -0600 From: Jean Sacren <sakiwit@...il.com> To: netdev@...r.kernel.org Cc: Alexander Smirnov <alex.bluesman.smirnov@...il.com>, Dmitry Eremin-Solenikov <dbaryshkov@...il.com>, Phoebe Buckheister <phoebe.buckheister@...m.fraunhofer.de>, linux-zigbee-devel@...ts.sourceforge.net Subject: [PATCH net 2/2] 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@...il.com> Cc: Alexander Smirnov <alex.bluesman.smirnov@...il.com> Cc: Dmitry Eremin-Solenikov <dbaryshkov@...il.com> Cc: Phoebe Buckheister <phoebe.buckheister@...m.fraunhofer.de> Cc: linux-zigbee-devel@...ts.sourceforge.net --- net/mac802154/mib.c | 1 - 1 file changed, 1 deletion(-) 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" -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists