diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2013-10-13 23:02:45 +0200 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2014-01-08 20:49:38 +0100 |
commit | a48bcacdb3b31816500d5732111241b705c4bc61 (patch) | |
tree | df080067c076166764d61eda03191542377cb065 | |
parent | 80077935cad223b292d4a03e901a953b20a36593 (diff) | |
download | linux-exynos-a48bcacdb3b31816500d5732111241b705c4bc61.tar.gz linux-exynos-a48bcacdb3b31816500d5732111241b705c4bc61.tar.bz2 linux-exynos-a48bcacdb3b31816500d5732111241b705c4bc61.zip |
batman-adv: properly rename define in distributed arp table header file
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
-rw-r--r-- | net/batman-adv/distributed-arp-table.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/batman-adv/distributed-arp-table.h b/net/batman-adv/distributed-arp-table.h index 60d853beb8d8..79a078bc931e 100644 --- a/net/batman-adv/distributed-arp-table.h +++ b/net/batman-adv/distributed-arp-table.h @@ -17,8 +17,8 @@ * 02110-1301, USA */ -#ifndef _NET_BATMAN_ADV_ARP_H_ -#define _NET_BATMAN_ADV_ARP_H_ +#ifndef _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ +#define _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ #ifdef CONFIG_BATMAN_ADV_DAT @@ -169,4 +169,4 @@ static inline void batadv_dat_inc_counter(struct batadv_priv *bat_priv, #endif /* CONFIG_BATMAN_ADV_DAT */ -#endif /* _NET_BATMAN_ADV_ARP_H_ */ +#endif /* _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ */ |