diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2013-10-13 17:02:45 -0400 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2014-01-08 14:49:38 -0500 |
commit | a48bcacdb3b31816500d5732111241b705c4bc61 (patch) | |
tree | df080067c076166764d61eda03191542377cb065 /net/batman-adv/distributed-arp-table.h | |
parent | 80077935cad223b292d4a03e901a953b20a36593 (diff) |
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>
Diffstat (limited to 'net/batman-adv/distributed-arp-table.h')
-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 @@ | |||
17 | * 02110-1301, USA | 17 | * 02110-1301, USA |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #ifndef _NET_BATMAN_ADV_ARP_H_ | 20 | #ifndef _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ |
21 | #define _NET_BATMAN_ADV_ARP_H_ | 21 | #define _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ |
22 | 22 | ||
23 | #ifdef CONFIG_BATMAN_ADV_DAT | 23 | #ifdef CONFIG_BATMAN_ADV_DAT |
24 | 24 | ||
@@ -169,4 +169,4 @@ static inline void batadv_dat_inc_counter(struct batadv_priv *bat_priv, | |||
169 | 169 | ||
170 | #endif /* CONFIG_BATMAN_ADV_DAT */ | 170 | #endif /* CONFIG_BATMAN_ADV_DAT */ |
171 | 171 | ||
172 | #endif /* _NET_BATMAN_ADV_ARP_H_ */ | 172 | #endif /* _NET_BATMAN_ADV_DISTRIBUTED_ARP_TABLE_H_ */ |