The following commit has been merged in the master branch: commit b5cdb75f408a52d26972d6e5f98d36d3dafa4e9e Author: Jesper Juhl jj@chaosbits.net Date: Mon Feb 14 23:34:42 2011 +0000
Batman: Remove two duplicate includes.
Remove duplicate inclusion of "send.h" and "routing.h" from net/batman-adv/soft-interface.c
Patch is against linux-next as of today.
Signed-off-by: Jesper Juhl jj@chaosbits.net
diff --git a/soft-interface.c b/soft-interface.c index bd8b539..152beaa 100644 --- a/soft-interface.c +++ b/soft-interface.c @@ -29,14 +29,12 @@ #include "hash.h" #include "gateway_common.h" #include "gateway_client.h" -#include "send.h" #include "bat_sysfs.h" #include <linux/slab.h> #include <linux/ethtool.h> #include <linux/etherdevice.h> #include <linux/if_vlan.h> #include "unicast.h" -#include "routing.h"
static int bat_get_settings(struct net_device *dev, struct ethtool_cmd *cmd);