aboutsummaryrefslogtreecommitdiff
path: root/networking/ifenslave.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 15:09:44 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 15:09:44 +0200
commit5342c3f3106b4afa2a76d3173f4827c4b8236da8 (patch)
treedacc6d57ae73220cf5d6db48f77911e8fb314c7c /networking/ifenslave.c
parent345e093c2910e9e837de5b7cc5fb46752351f84d (diff)
downloadbusybox-5342c3f3106b4afa2a76d3173f4827c4b8236da8.tar.gz
clean up redundant, commented-out and misplaced includes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifenslave.c')
-rw-r--r--networking/ifenslave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifenslave.c b/networking/ifenslave.c
index 28f0c0b6b..0b3ebf72a 100644
--- a/networking/ifenslave.c
+++ b/networking/ifenslave.c
@@ -102,7 +102,7 @@
/* #include <net/if.h> - no. linux/if_bonding.h pulls in linux/if.h */
#include <linux/if.h>
-#include <net/if_arp.h>
+//#include <net/if_arp.h> - not needed?
#include <linux/if_bonding.h>
#include <linux/sockios.h>
#include "fix_u32.h" /* hack, so we may include kernel's ethtool.h */