]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
batman-adv: Remove two duplicate includes.
authorJesper Juhl <jj@chaosbits.net>
Mon, 14 Feb 2011 22:38:18 +0000 (23:38 +0100)
committerSven Eckelmann <sven@narfation.org>
Mon, 14 Feb 2011 22:49:38 +0000 (23:49 +0100)
Remove duplicate inclusion of "send.h" and "routing.h" from
net/batman-adv/soft-interface.c

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/soft-interface.c

index bd088f877e3889204401baa13d538792b561f848..7e37077ed81667c061d52df9dbdf7a07ce919e11 100644 (file)
 #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);