diff options
Diffstat (limited to 'net/batman-adv/hash.c')
-rw-r--r-- | net/batman-adv/hash.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/batman-adv/hash.c b/net/batman-adv/hash.c index 7c1c63080e20..e89f3146b092 100644 --- a/net/batman-adv/hash.c +++ b/net/batman-adv/hash.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Copyright (C) 2006-2014 B.A.T.M.A.N. contributors: | 1 | /* Copyright (C) 2006-2015 B.A.T.M.A.N. contributors: |
2 | * | 2 | * |
3 | * Simon Wunderlich, Marek Lindner | 3 | * Simon Wunderlich, Marek Lindner |
4 | * | 4 | * |
@@ -15,8 +15,12 @@ | |||
15 | * along with this program; if not, see <http://www.gnu.org/licenses/>. | 15 | * along with this program; if not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "main.h" | ||
19 | #include "hash.h" | 18 | #include "hash.h" |
19 | #include "main.h" | ||
20 | |||
21 | #include <linux/fs.h> | ||
22 | #include <linux/lockdep.h> | ||
23 | #include <linux/slab.h> | ||
20 | 24 | ||
21 | /* clears the hash */ | 25 | /* clears the hash */ |
22 | static void batadv_hash_init(struct batadv_hashtable *hash) | 26 | static void batadv_hash_init(struct batadv_hashtable *hash) |