浏览代码

batman-adv: Remove two duplicate includes.

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>
Jesper Juhl 14 年之前
父节点
当前提交
8d68921856
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      net/batman-adv/soft-interface.c

+ 0 - 2
net/batman-adv/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);