[PATCH] ifenslave: Remove unused #include

Tobias Klauser tklauser at distanz.ch
Thu Apr 1 08:45:28 UTC 2010


No symbols from net/if_arp.h are used inside ifenslave.c

Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
---
 networking/ifenslave.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/networking/ifenslave.c b/networking/ifenslave.c
index 28f0c0b..27e4350 100644
--- a/networking/ifenslave.c
+++ b/networking/ifenslave.c
@@ -102,7 +102,6 @@
 
 /* #include <net/if.h> - no. linux/if_bonding.h pulls in linux/if.h */
 #include <linux/if.h>
-#include <net/if_arp.h>
 #include <linux/if_bonding.h>
 #include <linux/sockios.h>
 #include "fix_u32.h" /* hack, so we may include kernel's ethtool.h */
-- 
1.6.3.3



More information about the busybox mailing list